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>2023-10-13 12:16:18 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 12:16:18 -0400
commit27482983496cd0b8b6fa7dc943a1b05959735835 (patch)
treebc63dd51607917101d11e3ab8547808173885023 /app/assets/stylesheets/main/layout.scss
parent0333f3e258026696af265f777f862e612bab1bd7 (diff)
downloadthoughts-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.scss4
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
207h2.centered {
208 text-align: center;
209}