diff options
author | slinderud <Simen@linux.com> | 2019-02-12 10:26:44 +0100 |
---|---|---|
committer | slinderud <Simen@linux.com> | 2019-02-12 10:26:44 +0100 |
commit | abb718824800c705444f340689a5dac4a115ae8b (patch) | |
tree | 6ce115bf415bf3c992e05aeb7bcb322db2ac1f97 /web/index.html | |
parent | ddc497e0fba6334362847fdf698318b5549ead16 (diff) | |
parent | dac472463220592672f69f8f589caad5f425f9c3 (diff) |
merged changes
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 23431b1..5e04beb 100644 --- a/web/index.html +++ b/web/index.html @@ -275,8 +275,8 @@ </div> </div> </div> - <div id="genericPanelContainer" style="ma-width: 60%; position: absolute; display: grid; grid-template-coumns: repeat(auto-fit,minmax(30%,100%));grid-gap: 10px; z-index: 120;"> - <div id="info-box-container" class="hidden" style="grid-column: 1 / auto; max-width: 700px; min-width: 500px;"> </div> + <div id="genericPanelContainer" style="max-width: 60%; position: absolute; display: grid; grid-template-coumns: repeat(auto-fit,minmax(30%,100%));grid-gap: 10px; z-index: 120;"> + <div id="info-box-container" class="hidden" style="grid-column: 1 / auto; max-width: 800px; min-width: 700px;"> </div> </div> </div> |