diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-03 16:33:51 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-07-03 16:33:51 -0400 |
commit | a83cd5b38e2a753e5bbefadd818f01a9ee5f2bab (patch) | |
tree | b60a823a963c0a63780a5ec2cbe7082db1e0d615 /app/assets/stylesheets | |
parent | 180941d260479d1f3dce0d0d4265aadbfbe733ba (diff) | |
download | thoughts-a83cd5b38e2a753e5bbefadd818f01a9ee5f2bab.tar.gz thoughts-a83cd5b38e2a753e5bbefadd818f01a9ee5f2bab.tar.bz2 thoughts-a83cd5b38e2a753e5bbefadd818f01a9ee5f2bab.zip |
Added some extra space to the bottom of the page
Not a footer, but working on it. refs #11
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/main/layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 8ddfdf0..96aebea 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss | |||
@@ -5,7 +5,7 @@ body#main-body { | |||
5 | 5 | ||
6 | #container { | 6 | #container { |
7 | height: 100%; | 7 | height: 100%; |
8 | margin: 7em auto 0; | 8 | margin: 7em auto 2em; |
9 | width: 75%; /* 66% */ | 9 | width: 75%; /* 66% */ |
10 | box-sizing: border-box; | 10 | box-sizing: border-box; |
11 | min-width: 890px; | 11 | min-width: 890px; |