diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/static/style.css b/static/style.css index 6b25428..8f06a61 100644 --- a/static/style.css +++ b/static/style.css @@ -155,20 +155,7 @@ nav a.active { margin-bottom: 1rem; } -.logo::before { - background-image: url("/static/logo-bg.png"); - background-repeat: no-repeat; - background-size: cover; - position: absolute; - left: -50px; - top: -58px; - z-index: -1; - content: ""; - width: 215px; - height: 215px; -} - -.logo img, +.logo-img, .logo a { height: 95px; width: 108.38px; @@ -178,9 +165,19 @@ nav a.active { font-weight: 900; } -.logo .glasses { +.logo-bg { + position: absolute; + left: -50px; + top: -58px; + z-index: -1; + width: 215px; + height: 215px; + object-fit: cover; +} + +.logo-glasses { position: absolute; - top: -10px; + top: 10px; left: 35px; width: 70px; object-fit: contain; |
