From e09efa9bd7f0043f6a99cccbddce2cf354385c58 Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Wed, 18 Apr 2018 14:19:02 -0400 Subject: [PATCH] List header bold on mobile and pagenav spacing --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index e2c31b3..96c3c5e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -81,7 +81,6 @@ strong { text-align: center; } .list-header-title { - font-weight: normal; margin: 0.1em 0 0.2em 0; font-size: 2.2em; text-transform: uppercase; @@ -139,7 +138,7 @@ strong { font-size: 0.8em; } .pagination-nav { - margin: 3em 0 1em 0; + margin: 3em 0 2em 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "prev next"; @@ -252,6 +251,7 @@ footer { margin: 8em 0 4em 0; } .list-header-title { + font-weight: normal; font-size: 4.2em; } .card-columns {