1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:01:17 -04:00

majorly refactor SCSS and pray nothing breaks

This commit is contained in:
2021-09-29 09:42:36 -04:00
parent ddc0780fbd
commit 12db17b83c
22 changed files with 289 additions and 244 deletions

View File

@@ -29,16 +29,15 @@ css: |
div#content span.limegreen {
color: #32cd32;
}
header nav a#logo span#name {
header nav a#header-logo span#header-name {
font-size: 1.5em;
font-weight: 700 !important;
}
header nav ul li a span.text {
font-size: 1.05em;
line-height: 1.05;
header nav ul li a span.header-menu-text {
font-size: 1.1em;
font-weight: 700 !important;
}
footer div#copyright, footer div#poweredby {
footer div.footer-row div {
font-size: 1.1em;
}
---