diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index f382ab7..c7a664e 100644 --- a/static/style.css +++ b/static/style.css @@ -140,13 +140,14 @@ article { margin-bottom: 20px; padding: 25px; - text-align: justify; background-color: ##fcfcfc; border-style: solid; border-color: #f3f1f1; border-radius: 3px; box-shadow: -1px 8px 35px -18px rgba(0,0,0,0.42); - +} +article p { + text-align: justify; } article a { text-decoration: underline; |