From 96eff2911c7b33cda888eb06e18c2ffcf5e0e4d1 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Wed, 18 Oct 2017 16:24:20 -0400 Subject: [PATCH] Headings font --- public/stylesheets/listingsstyle.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/listingsstyle.css b/public/stylesheets/listingsstyle.css index 989f54d..b3e5539 100644 --- a/public/stylesheets/listingsstyle.css +++ b/public/stylesheets/listingsstyle.css @@ -54,11 +54,11 @@ along with the RDB code. If not, see . } @media (max-width: 767px) { .document-title>h1 { - font-size: 27px; + font-size: 26px; } #about { line-height: 29.7px; - font-size: 14px; + font-size: 13px; } } @media (max-width: 450px) { @@ -76,7 +76,7 @@ along with the RDB code. If not, see . } #about { line-height: 18.7px; - font-size: 7px; + font-size: 8px; } } .background-secondary, .faq-item:before {