Update styles
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 26 Feb 2018 16:47:45 +0000 (11:47 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 26 Feb 2018 16:47:45 +0000 (11:47 -0500)
Style for headers and font sizes.

views/front/conditions/HLP.html

index 3064c53..0a227fc 100644 (file)
                 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 {