diff options
-rw-r--r-- | wpisy/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wpisy/style.css b/wpisy/style.css index fd74587..b25fa9c 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -123,6 +123,7 @@ article.kronika { article, .content { + padding-top: 4ex!important; max-width: 80ex; line-height: 1.5em; } @@ -142,6 +143,7 @@ nav { } footer { + margin-top: 8ex; text-align: center; display: flex; flex-direction: column; |