SiteWebAstrolabe/src/scss/components/_site-head.scss
2020-06-19 23:47:44 +02:00

11 lines
163 B
SCSS

.site-head {
padding-top: 3rem;
padding-bottom: 1.5rem;
&__site-name {
font-weight: 700;
text-decoration: none;
color: var(--color-text);
}
}