logo : improve responsive

This commit is contained in:
isUnknown 2026-02-19 12:44:50 +01:00
parent d7dacd6b6c
commit e65389534e
2 changed files with 7 additions and 326 deletions

View file

@ -180,6 +180,12 @@
padding: 2vh 0 2vh 0;
backdrop-filter: blur(0px);
transition: all 0.3s ease-in-out;
color: white;
display: block;
background-color: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(15px);
transition: 0.3s;
}
.navbar-item {
@ -202,7 +208,7 @@
}
.wg-logo {
height: 4.8vh;
height: 3rem;
pointer-events: none;
}