diff options
Diffstat (limited to 'public/assets/css.css')
| -rw-r--r-- | public/assets/css.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/public/assets/css.css b/public/assets/css.css index 468d69f..f150c7b 100644 --- a/public/assets/css.css +++ b/public/assets/css.css @@ -49,7 +49,7 @@ a { padding: 20px 0; } #logos img { - max-height: 10vh; + max-height: 9vh; margin: 5px; } @@ -108,6 +108,7 @@ h2 { background-position: center center; } .cell { + width: 100vw; display: block; position: relative; padding: 20px; @@ -156,7 +157,7 @@ h2 { position: absolute; top: 2vw; left: 2vw; max-width: 5vw; - height: 100%; + height: 98%; max-height: 82vh; cursor: pointer; z-index: 2; @@ -165,7 +166,7 @@ h2 { position: absolute; top: 2vw; right: 2vw; max-width: 5vw; - height: 100%; + height: 98%; max-height: 82vh; cursor: pointer; z-index: 2; |
