about summary refs log tree commit diff
path: root/wpisy/style.css
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-16 22:59:56 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-16 22:59:56 +0100
commit5c3ab5ce8967a2c697b4fd1603573fb6f4267e29 (patch)
tree1b3ad4c1b69071df0246ee8220f98bd7ecd90553 /wpisy/style.css
parent79ad2fbd5eabd90defdbb3c7849920cd52d8bdfa (diff)
downloadkronika-5c3ab5ce8967a2c697b4fd1603573fb6f4267e29.tar.gz
kronika-5c3ab5ce8967a2c697b4fd1603573fb6f4267e29.zip
Add chronicle description
Diffstat (limited to 'wpisy/style.css')
-rw-r--r--wpisy/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/wpisy/style.css b/wpisy/style.css
index e6800df..c2c1ef7 100644
--- a/wpisy/style.css
+++ b/wpisy/style.css
@@ -101,6 +101,7 @@ header > div {
 
 .logo {
   font-size: 1.5em;
+  padding: 0 1ex;
 }
 
 nav a {
@@ -126,6 +127,7 @@ article,
   max-width: 80ex;
   line-height: 1.5em;
   margin: 0 auto;
+  padding: 1em;
 }
 
 header > *,
@@ -133,7 +135,6 @@ article,
 footer > * {
   margin: 0 auto;
   width: 100%;
-  padding: 1ex;
 }
 
 nav {