1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 10:49:58 +00:00
1bit.pw/sass/_header.scss

17 lines
239 B
SCSS
Raw Normal View History

2020-04-11 17:22:25 +00:00
.site-header {
padding: 2rem 0;
display: flex;
align-items: center;
.brand {
margin-right: 0.5rem;
opacity: 0.8;
&:hover {
opacity: 1;
}
}
nav {
flex: 1;
}
}