logo : improve responsive
This commit is contained in:
parent
d7dacd6b6c
commit
e65389534e
2 changed files with 7 additions and 326 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue