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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user