summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 22:48:59 -0700
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-31 22:48:59 -0700
commitb864379651d4bfe3d05f98350b720794ffa2806a (patch)
treec4bc81a8371694d661b10118b4932480aaa37d0b /src/main.scss
parent7445ea9d56071cfca247689e22c6fded65c3f968 (diff)
more
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss12
1 files changed, 11 insertions, 1 deletions
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;
}