mirror of
https://github.com/getzola/zola
synced 2025-03-04 15:07:11 +00:00
14 lines
166 B
SCSS
14 lines
166 B
SCSS
header {
|
|
nav a {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.header__logo {
|
|
font-size: 2rem;
|
|
font-weight: bold;
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|