mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
First
This commit is contained in:
commit
6449151d7a
38 changed files with 779 additions and 0 deletions
28
sass/header.scss
Normal file
28
sass/header.scss
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin: 1em 0;
|
||||
font-size: large;
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue