diff options
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 | } | ||