17 lines
277 B
CSS
17 lines
277 B
CSS
h1 {
|
|
font-family: var(--title-font);
|
|
font-size: 5rem;
|
|
font-weight: 500;
|
|
word-spacing: -0.8rem;
|
|
}
|
|
|
|
.altaccent {
|
|
color: var(--alt-accent-color);
|
|
}
|
|
|
|
/* lg Breakpoint */
|
|
@media (min-width: 992px) {
|
|
section.resume-section {
|
|
min-height: 100vh;
|
|
}
|
|
} |