diff options
Diffstat (limited to 'docker/nginx/sites/www/src/style.css')
-rw-r--r-- | docker/nginx/sites/www/src/style.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docker/nginx/sites/www/src/style.css b/docker/nginx/sites/www/src/style.css index 4dae7ea..f2d4ccc 100644 --- a/docker/nginx/sites/www/src/style.css +++ b/docker/nginx/sites/www/src/style.css @@ -12,7 +12,6 @@ html { body { width: 100%; margin: 0; - box-sizing: border-box; display: flex; flex-direction: column; } @@ -54,7 +53,7 @@ a { to { opacity: 1; - transform: translateY(0); + transform: translateX(0); } } @@ -68,10 +67,9 @@ a { } .slogan-container { - width: 100%; - position: fixed; - z-index: 1; + width: 100vw; top: 0; + position: fixed; } .slogan { |