From b864379651d4bfe3d05f98350b720794ffa2806a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 31 Dec 2016 22:48:59 -0700 Subject: more --- src/main.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/main.scss') diff --git a/src/main.scss b/src/main.scss index ab62e0a..53c5154 100644 --- a/src/main.scss +++ b/src/main.scss @@ -75,7 +75,10 @@ nav { } } -body > article { +article { + max-width: 6.5in; + margin: 0 auto; + #constructionBanner { height: 50px; background-color: #f89406; @@ -123,4 +126,11 @@ body > article { .HB { background: DimGray; } .DM { background: DarkSlateGray; } .WP { background: GhostWhite; color: black; } + + border-bottom: solid 1px #333333; +} + +footer { + margin: 0 2em; + font-size: smaller; } -- cgit v1.2.3