From 0a16006798f4fc2fc15939cf0bd17a31abaa794f Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Sun, 16 Oct 2016 19:45:30 -0400 Subject: Updates --- custom.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'custom.css') diff --git a/custom.css b/custom.css index c4cbb8e..e1db15e 100644 --- a/custom.css +++ b/custom.css @@ -9,6 +9,7 @@ body { } .topbar { + position: relative; background: #F3F3F3; height: 70px; width: 100%; @@ -45,9 +46,19 @@ h2, h3 { } .book-title { + position: absolute; + top: 20px; + padding-left: 30px; +} + +.prog-mod { font-family: 'Alegreya Sans', sans-serif; font-weight: 700; font-style: italic; + font-size: 22px; + margin-bottom: -8px; + margin-left: -10px; + color: #595959; } .dist-comp { @@ -55,6 +66,7 @@ h2, h3 { text-transform: uppercase; font-weight: 900; font-style: normal; + font-size: 24px; } @font-face { @@ -81,3 +93,10 @@ code { /*padding: 0 2px 0 2px;*/ } +.logo { + margin-left: -16px; + margin-top: 16px; +} + + + -- cgit v1.2.3