diff --git a/sass/main.scss b/sass/main.scss index 8319eb6..cd5db69 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -503,8 +503,9 @@ main { .button { border: 0; @include top-border($light-blue); - display: inline-block; - padding: 1rem 4rem; + display: inline-flex; + align-items: center; + padding: 1rem 2rem; margin-top: 2rem; outline: none; background: none; @@ -517,6 +518,11 @@ main { @include shadow; text-decoration: none; } + + &>i { + font-size: 1.4em; + margin-right: .5em; + } } .centering { diff --git a/templates/index.html b/templates/index.html index 9102bca..4456ea8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -43,7 +43,8 @@ {{ macro::list_posts(section=section) }}
- Starší příspěvky + Starší příspěvky + RSS