zola/docs/sass/_header.scss
Vincent Prouillet 52fa0c3023 WIP site
2017-09-08 18:59:51 +09:00

15 lines
166 B
SCSS

header {
nav a {
margin-right: 1rem;
}
.header__logo {
font-size: 2rem;
font-weight: bold;
&:hover {
text-decoration: none;
}
}
}