diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:55:00 -0500 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-12 12:55:00 -0500 | 
| commit | bc2618b2078edd51cca28f8a80cafdffb0cb8968 (patch) | |
| tree | 8db807593cf6bc332e3e3e54c73fd77226587476 | |
| parent | 6a7d582ecbe6697b08d4b2269f4f256da2d90211 (diff) | |
| download | thoughts-bc2618b2078edd51cca28f8a80cafdffb0cb8968.tar.gz thoughts-bc2618b2078edd51cca28f8a80cafdffb0cb8968.tar.bz2 thoughts-bc2618b2078edd51cca28f8a80cafdffb0cb8968.zip | |
Fixed sidebar font
| -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 96aebea..b6cd25a 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss | |||
| @@ -75,6 +75,7 @@ body#main-body { | |||
| 75 | border-left: 1px solid #eee; | 75 | border-left: 1px solid #eee; | 
| 76 | margin-top: 1em; | 76 | margin-top: 1em; | 
| 77 | margin-bottom: 2em; | 77 | margin-bottom: 2em; | 
| 78 | font-family: sans-serif; | ||
| 78 | } | 79 | } | 
| 79 | 80 | ||
| 80 | #sidebar h2 { | 81 | #sidebar h2 { | 
