1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/sass/_site-nav.scss

36 lines
598 B
SCSS
Raw Normal View History

2020-04-11 17:22:25 +00:00
.site-nav {
ul {
padding: 0;
list-style: none;
text-transform: uppercase;
letter-spacing: 0.1rem;
font-weight: bold;
font-family: $heading-font;
font-size: 0.8rem;
}
li {
display: inline-block;
padding: 0 0.2rem;
}
a {
display: inline-block;
color: $grey;
2020-04-11 17:22:25 +00:00
border: none;
text-decoration: none;
&:hover, &.active {
color: $white;
}
2020-04-11 17:22:25 +00:00
}
.main-menu {
font-size: 0.75rem;
}
.sub-menu {
font-size: 0.65rem;
}
}