mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 11:46:39 -04:00
not messing with the base font size sure fixes a ton of problems....
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
.section {
|
||||
margin: 1.5em 0;
|
||||
margin: 2.4em 0;
|
||||
|
||||
.year {
|
||||
font-size: 2.1em;
|
||||
font-size: 2.2em;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0.4em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.list {
|
||||
@ -25,3 +25,9 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.section .year {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
.row {
|
||||
display: flex;
|
||||
letter-spacing: -0.008em;
|
||||
line-height: 1.75;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
@ -61,7 +61,6 @@
|
||||
font-size: 2.1em;
|
||||
line-height: 1.3;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.006em;
|
||||
|
||||
a {
|
||||
background: none;
|
||||
|
Reference in New Issue
Block a user