fr
/
web
forked from kittv/web
1
0
Fork 0

Zrušení box-shadow u aktualit

search
Emil Miler 3 years ago
parent 0763b2bba5
commit 448d671058

@ -183,6 +183,7 @@ main {
} }
} }
} }
.blocks.noshadow article { box-shadow: none }
.websites { .websites {
grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr;

@ -14,7 +14,7 @@
<main class="index"> <main class="index">
<section> <section>
<h1 class="centering">Aktuality</h1> <h1 class="centering">Aktuality</h1>
<div class="blocks"> <div class="blocks noshadow">
{% set section = get_section(path="aktuality/_index.md") %} {% set section = get_section(path="aktuality/_index.md") %}
{{ macro::list_posts(section=section) }} {{ macro::list_posts(section=section) }}
</div> </div>

Loading…
Cancel
Save