feat: 💄 update navbar to be more noticable below the fold
This commit is contained in:
parent
35ed0200cf
commit
6b195410a9
1 changed files with 3 additions and 4 deletions
|
@ -69,8 +69,7 @@ export default {
|
|||
|
||||
.nav {
|
||||
&--fixed .nav__list {
|
||||
backdrop-filter: blur(1em);
|
||||
background-color: rgba($bg-color-dark, 0.5);
|
||||
background-color: $bg-color-light;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -80,7 +79,7 @@ export default {
|
|||
|
||||
.nav__list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0 0.5em;
|
||||
|
||||
list-style-type: none;
|
||||
|
||||
|
@ -95,7 +94,7 @@ export default {
|
|||
}
|
||||
|
||||
.nav__item {
|
||||
padding: 0.5em 0.5em;
|
||||
padding: 0.5em 0.375em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue