1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 22:25:33 -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;
}