From 22fa7ae707bef8ec2646d9735725ffc45622b5b6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 26 Feb 2018 11:47:45 -0500 Subject: [PATCH] Update styles Style for headers and font sizes. --- views/front/conditions/HLP.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/views/front/conditions/HLP.html b/views/front/conditions/HLP.html index 3064c53..0a227fc 100644 --- a/views/front/conditions/HLP.html +++ b/views/front/conditions/HLP.html @@ -119,13 +119,23 @@ width: 100%; } header.main #tag h1.conditions-title { + font-size: 1.85rem; text-transform: none; margin-top: 0; padding-top: 0; } @media screen and (max-width: 1024px) { + #logo img { + width: 188px; + } header.main #tag h1 { - font-size: 1.25rem; + font-size: 2rem; + } + header.main #tag h1.conditions-title { + font-size: 2.5rem; + } + #main-content p { + font-size: 12px; } } header.main #tag h1 a { -- 2.17.1