Skip to content
Snippets Groups Projects
Commit 39c60d19 authored by xaralis's avatar xaralis
Browse files

More content-block related fixes

parent 615a4943
No related branches found
No related tags found
No related merge requests found
File added
No preview for this file type
......@@ -17,7 +17,8 @@
<div class="container container--default pt-8 lg:pb-16">
<article>
<div class="lg:flex lg:space-x-8 xl:space-x-16">
<div class="lg:w-3/5 xl:w-2/3 content-block">
<div class="lg:w-3/5 xl:w-2/3">
<div class="content-block">
<h2>Cowork</h2>
<p>
Pirátské centrum nabízí bezplatný prostor pro coworking, tedy sdílenou
......@@ -60,14 +61,15 @@
</ul>
<p>Máte námět na vlastní akci? Dejte nám vědět. ParduPiCe je zdarma k dispozici pro akce nekomerční povahy.</p>
</div>
<h2>Kalendář akcí</h2>
<p>
<h2 class="head-heavy-sm mb-4 mt-4">Kalendář akcí</h2>
<div class="mb-4">
{{> molecules-calendar-table-row(classes: "calendar-table-row--standalone") }}
{{> molecules-calendar-table-row(classes: "calendar-table-row--standalone") }}
{{> molecules-calendar-table-row(classes: "calendar-table-row--standalone") }}
{{> molecules-calendar-table-row(classes: "calendar-table-row--standalone") }}
</p>
</div>
{{> atoms-icon-button(cta: "Další akce", icon: "ico--chevron-right", classes: "btn--orange-300 btn--hoveractive btn--fullwidth md:btn--autowidth") }}
</div>
......
......@@ -55,6 +55,7 @@
@apply text-sm;
}
/* Contact lines are quite frequent so these are blacklisted for anchor style specifically. */
a:not(.contact-line) {
@apply underline;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment