diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:56:48 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:56:48 -0500 |
| commit | 36ae609015f828187828bde9e15591c9706fca6d (patch) | |
| tree | affdde11df074d3dc0091f5a3c78c10224c039aa /app/assets/stylesheets/main | |
| parent | bc2618b2078edd51cca28f8a80cafdffb0cb8968 (diff) | |
| download | thoughts-36ae609015f828187828bde9e15591c9706fca6d.tar.gz thoughts-36ae609015f828187828bde9e15591c9706fca6d.tar.bz2 thoughts-36ae609015f828187828bde9e15591c9706fca6d.zip | |
More font fixes
Diffstat (limited to 'app/assets/stylesheets/main')
| -rw-r--r-- | app/assets/stylesheets/main/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
| 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 @@ | |||
| 1 | body#main-body { | 1 | body#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 { |
