ParkerTenBroeck.github.io/sass/header.scss
2026-01-17 19:22:23 -05:00

29 lines
450 B
SCSS

header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1em 0;
font-size: large;
line-height: 1.6em;
.title * {
font-size: xx-large;
text-decoration-color: var(--primary)!important;
&:hover {
text-decoration-color: var(--grey)!important;
}
}
nav {
a {
margin-right: 0.5rem;
}
}
padding-bottom: 1em;
}