From 448d671058a82c33f7559a3981645c5b43d8a16e Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 3 Mar 2021 15:47:13 +0100 Subject: [PATCH] =?UTF-8?q?Zru=C5=A1en=C3=AD=20box-shadow=20u=20aktualit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 1 + templates/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index e00331b..c37cc01 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -183,6 +183,7 @@ main { } } } + .blocks.noshadow article { box-shadow: none } .websites { grid-template-columns: 1fr 1fr 1fr 1fr; diff --git a/templates/index.html b/templates/index.html index f4b65e0..f08fbdb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@

Aktuality

-
+
{% set section = get_section(path="aktuality/_index.md") %} {{ macro::list_posts(section=section) }}