1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:55:31 -04:00

bring AMP styles up to speed

This commit is contained in:
2020-04-02 10:04:17 -04:00
parent 72c8b3a99a
commit 84b077e12b
4 changed files with 20 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
@charset "UTF-8";
div#content {
font-size: 0.95em;
font-size: 0.935em; // ~15px
letter-spacing: -0.008em;
line-height: 1.7;
@@ -37,7 +37,7 @@ div#content {
// image captions
figcaption {
font-size: 0.9em;
font-size: 0.95em;
color: $color-medium;
text-align: center;
}

View File

@@ -25,7 +25,7 @@ main#single {
h1#title {
margin-top: 0.3em;
margin-bottom: 0.5em;
font-size: 2.3em;
font-size: 2.2em;
line-height: 1.25;
font-weight: 700;