diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-26 00:11:47 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-26 00:11:47 +0100 |
commit | 648f69aa0a2ef10095e23e58760eef4f68b396cb (patch) | |
tree | 7f0d5c66603156f9ffcd18f686bc0d4c865f9848 /static/style.css | |
parent | 774625fd212104296a6d14ecb852e972d7e9fa34 (diff) |
feat: all all archives page
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; |