about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 12:56:48 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 12:56:48 -0500
commit36ae609015f828187828bde9e15591c9706fca6d (patch)
treeaffdde11df074d3dc0091f5a3c78c10224c039aa
parentbc2618b2078edd51cca28f8a80cafdffb0cb8968 (diff)
downloadthoughts-36ae609015f828187828bde9e15591c9706fca6d.tar.gz
thoughts-36ae609015f828187828bde9e15591c9706fca6d.tar.bz2
thoughts-36ae609015f828187828bde9e15591c9706fca6d.zip
More font fixes
-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 {