profilpage/scss/_nav.scss

12 lines
183 B
SCSS
Raw Permalink Normal View History

2021-06-25 17:41:11 +02:00
#navbar_wr *{
background-color: transparent;
border: none;
color: white;
}
.navbar-left{
margin-left: 4vh;
}
.navbar_image{
min-height: 2vh;
max-height: 3vh;
}