summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-01-23 15:17:25 +0100
committerMichał M. Sapka <michal@sapka.me>2023-01-23 15:17:25 +0100
commitdd26f5ce5523ea262be2d228c907e6644ac689b1 (patch)
treedb560f9edefb5a43b2848df25ee29976ae14b4a2
parentd59881aaf6555a5a49cc842ce814ad7d16b3e3da (diff)
chore: more readeable article area
-rw-r--r--static/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d32990a..0dc310c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -97,6 +97,7 @@
flex: 0 0 45px;
}
h2 {
+ text-align: left;
padding: 0;
margin: 0;
color: #000000;
@@ -105,6 +106,7 @@
}
h3 {
text-transform: uppercase;
+ text-align: left;
}
main {
padding: 5px;
@@ -113,6 +115,10 @@
margin-bottom: 20px;
padding: 10px;
text-align: justify;
+ background-color: ##fcfcfc;
+ border-style: solid;
+ border-color: #f3f1f1;
+ border-radius: 3px;
}
article a {
text-decoration: underline;