1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-12-08 13:28:57 -05:00

tidy up homepage font size/spacing

This commit is contained in:
2020-05-07 09:41:14 -04:00
parent 323b3dd9f6
commit 705e800881
6 changed files with 54 additions and 50 deletions

View File

@@ -5,12 +5,13 @@ footer {
width: 100%;
letter-spacing: -0.005em;
line-height: 1.7;
padding: 1.25em 1.75em;
padding: 1.25em 1.5em;
box-sizing: border-box;
border-top: 1px solid;
@include themed() {
color: t(color-medium);
border-top: 1px solid t(color-kinda-light);
border-color: t(color-kinda-light);
background-color: t(color-super-duper-light);
}
@@ -45,9 +46,10 @@ footer {
a#source {
padding-bottom: 2px;
border-bottom: 1px solid;
@include themed() {
border-bottom: 1px solid t(color-light);
border-color: t(color-light);
}
}
}