From 4d3080c32dfd42fdeefabbef8a065c730e8624d3 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 17 Feb 2021 20:54:00 +0100 Subject: [PATCH] =?UTF-8?q?Tla=C4=8D=C3=ADtko=20pro=20zobrazen=C3=AD=20sta?= =?UTF-8?q?r=C5=A1=C3=ADch=20p=C5=99=C3=ADsp=C4=9Bvk=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 13 +++++++++++++ templates/index.html | 3 +++ 2 files changed, 16 insertions(+) diff --git a/sass/main.scss b/sass/main.scss index eb5ee50..84703a3 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -279,6 +279,19 @@ main { } } + .button { + display: inline-block; + padding: 1rem 4rem; + margin-top: 2rem; + border-top: 5px solid #D8DEE9; + text-transform: uppercase; + font-size: .9rem; + + &:hover { + text-decoration: none; + box-shadow: 0px 1px 9px #00000033; + } + } .centering { text-align: center; diff --git a/templates/index.html b/templates/index.html index d9627cc..f4b65e0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,6 +18,9 @@ {% set section = get_section(path="aktuality/_index.md") %} {{ macro::list_posts(section=section) }} +
+ Starší příspěvky +