diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 12:16:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 12:16:18 -0400 |
commit | 27482983496cd0b8b6fa7dc943a1b05959735835 (patch) | |
tree | bc63dd51607917101d11e3ab8547808173885023 /app/assets/stylesheets/main/layout.scss | |
parent | 0333f3e258026696af265f777f862e612bab1bd7 (diff) | |
download | thoughts-27482983496cd0b8b6fa7dc943a1b05959735835.tar.gz thoughts-27482983496cd0b8b6fa7dc943a1b05959735835.tar.bz2 thoughts-27482983496cd0b8b6fa7dc943a1b05959735835.zip |
Nice pagination!
Diffstat (limited to 'app/assets/stylesheets/main/layout.scss')
-rw-r--r-- | app/assets/stylesheets/main/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 9283f36..281d820 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss | |||
@@ -203,3 +203,7 @@ blockquote.bubble.bottom::after { | |||
203 | .clear { | 203 | .clear { |
204 | clear: both; | 204 | clear: both; |
205 | } | 205 | } |
206 | |||
207 | h2.centered { | ||
208 | text-align: center; | ||
209 | } | ||