about summary refs log tree commit diff
path: root/wpisy/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wpisy/style.css')
-rw-r--r--wpisy/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/wpisy/style.css b/wpisy/style.css
index 91a590a..905b566 100644
--- a/wpisy/style.css
+++ b/wpisy/style.css
@@ -74,12 +74,18 @@ main img {
   width: 100%;
 }
 
-article {
+article.kronika {
   text-align: left;
 }
 
+article,
+.content {
+  max-width: 80ex;
+  line-height: 1.5em;
+}
+
 header > *,
-main,
+article,
 footer > * {
   max-width: 80ex;
   margin: 0 auto;