about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/layout.scss
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 12:55:00 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 12:55:00 -0500
commitbc2618b2078edd51cca28f8a80cafdffb0cb8968 (patch)
tree8db807593cf6bc332e3e3e54c73fd77226587476 /app/assets/stylesheets/main/layout.scss
parent6a7d582ecbe6697b08d4b2269f4f256da2d90211 (diff)
downloadthoughts-bc2618b2078edd51cca28f8a80cafdffb0cb8968.tar.gz
thoughts-bc2618b2078edd51cca28f8a80cafdffb0cb8968.tar.bz2
thoughts-bc2618b2078edd51cca28f8a80cafdffb0cb8968.zip
Fixed sidebar font
Diffstat (limited to 'app/assets/stylesheets/main/layout.scss')
-rw-r--r--app/assets/stylesheets/main/layout.scss1
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 {