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 {
grid-template-columns: 1fr 1fr 1fr 1fr;

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

Loading…
Cancel
Save