diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/wittle/general.css.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/wittle/general.css.scss b/app/assets/stylesheets/wittle/general.css.scss index 984e9f7..12e5486 100644 --- a/app/assets/stylesheets/wittle/general.css.scss +++ b/app/assets/stylesheets/wittle/general.css.scss | |||
@@ -255,3 +255,9 @@ input[type="range"]::-ms-thumb { | |||
255 | text-decoration: underline; | 255 | text-decoration: underline; |
256 | } | 256 | } |
257 | } | 257 | } |
258 | |||
259 | #new-puzzles { | ||
260 | text-align: center; | ||
261 | font-size: 1.25em; | ||
262 | margin-bottom: 1em; | ||
263 | } | ||