about summary refs log tree commit diff stats
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/admin/layout.scss1
-rw-r--r--app/assets/stylesheets/main/layout.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/layout.scss b/app/assets/stylesheets/admin/layout.scss index b2c561b..3adf7da 100644 --- a/app/assets/stylesheets/admin/layout.scss +++ b/app/assets/stylesheets/admin/layout.scss
@@ -6,6 +6,7 @@ body {
6 display: flex; 6 display: flex;
7 flex-direction: column; 7 flex-direction: column;
8 min-height: 100%; 8 min-height: 100%;
9 font-family: sans-serif;
9} 10}
10 11
11#banner { 12#banner {
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index b6cd25a..774ec4c 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss
@@ -1,6 +1,7 @@
1body#main-body { 1body#main-body {
2 background-color: #bfefff; 2 background-color: #bfefff;
3 height: 100%; 3 height: 100%;
4 font-family: sans-serif;
4} 5}
5 6
6#container { 7#container {