1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

not messing with the base font size sure fixes a ton of problems....

This commit is contained in:
2021-12-31 19:51:29 -05:00
parent a6499fd5bb
commit 854b9da5e2
19 changed files with 66 additions and 73 deletions

View File

@@ -1,6 +1,5 @@
.footer {
width: 100%;
letter-spacing: -0.005em;
padding: 1.25em 1.5em;
border-top: 1px solid var(--kinda-light);
color: var(--medium-dark);
@@ -35,7 +34,7 @@
will-change: transform;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 768px) {
.footer {
padding: 1em 1.25em 0;
@@ -50,7 +49,6 @@
// stack columns on left instead of flexboxing across
.row {
display: block;
line-height: 2;
}
}