zola/docs/sass/_header.scss

15 lines
166 B
SCSS
Raw Normal View History

2017-09-08 09:59:51 +00:00
header {
nav a {
margin-right: 1rem;
}
.header__logo {
font-size: 2rem;
font-weight: bold;
&:hover {
text-decoration: none;
}
}
}