commit dd26f5ce5523ea262be2d228c907e6644ac689b1
parent d59881aaf6555a5a49cc842ce814ad7d16b3e3da
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Mon, 23 Jan 2023 15:17:25 +0100
chore: more readeable article area
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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;