mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
29 lines
456 B
SCSS
29 lines
456 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-light)!important;
|
|
}
|
|
}
|
|
|
|
nav {
|
|
a {
|
|
margin-right: 0.5rem;
|
|
}
|
|
}
|
|
|
|
padding-bottom: 1em;
|
|
}
|
|
|