diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 10:31:33 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-11 10:31:33 -0400 |
commit | ffcc44d1a73ae1191e835fa625f2f8a7e3e25bda (patch) | |
tree | 55e9825d4e7d59cdad345d85ac4adf60607568b9 /app/assets | |
parent | 1622895cd467f59f25fe375f081aa59693ae4c8f (diff) | |
download | thoughts-ffcc44d1a73ae1191e835fa625f2f8a7e3e25bda.tar.gz thoughts-ffcc44d1a73ae1191e835fa625f2f8a7e3e25bda.tar.bz2 thoughts-ffcc44d1a73ae1191e835fa625f2f8a7e3e25bda.zip |
Blogs list is now main page (with pagination)
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/main/entries.scss | 3 | ||||
-rw-r--r-- | app/assets/stylesheets/main/layout.scss | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index b2832e4..1b2d1c6 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss | |||
@@ -2,9 +2,6 @@ | |||
2 | // They will automatically be included in application.css. | 2 | // They will automatically be included in application.css. |
3 | // You can use Sass (SCSS) here: http://sass-lang.com/ | 3 | // You can use Sass (SCSS) here: http://sass-lang.com/ |
4 | 4 | ||
5 | @import url('https://fonts.googleapis.com/css?family=Slabo+27px'); | ||
6 | @import url('https://fonts.googleapis.com/css?family=Roboto:400,700'); | ||
7 | |||
8 | #blog-post { | 5 | #blog-post { |
9 | font-size: 16px; | 6 | font-size: 16px; |
10 | line-height: 24px; | 7 | line-height: 24px; |
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 180d1c7..5aa5095 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss | |||
@@ -186,6 +186,7 @@ blockquote.bubble.bottom::after { | |||
186 | 186 | ||
187 | .breadcrumb { | 187 | .breadcrumb { |
188 | margin-left: 1em; | 188 | margin-left: 1em; |
189 | margin-bottom: 1em; | ||
189 | 190 | ||
190 | a, a:visited { | 191 | a, a:visited { |
191 | color: #555d66; | 192 | color: #555d66; |