From a0ab809ef1776a837d3b09aef88cea33c91a52f9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 28 Aug 2017 09:10:12 -0400 Subject: [PATCH] Added some responsive styles to the HLP --- HLP.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HLP.html b/HLP.html index d4ab2c8..911f482 100644 --- a/HLP.html +++ b/HLP.html @@ -129,6 +129,7 @@ #main-content { padding-left: 2%; padding-right: 2%; + text-align: center; } header.main #tag h2 { clear: none; @@ -185,6 +186,9 @@ float: none; text-align: center; } + #copyright span { + font-size: 0.75rem; + } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -- 2.17.1