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 +