Skip to content

Commit 16c346c

Browse files
committed
tekst beneden uitlijnen, max push naar beneden
1 parent fcb6174 commit 16c346c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

assets/scss/_landingpage.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,6 @@
444444
color: #005aa7 !important;
445445
}
446446

447-
.landing-page-core-activities-row-subtitle {
448-
margin-top: -10px;
449-
}
450-
451447
.sublandingpage-banner-padding-bottom {
452448
padding-bottom: 7rem;
453449
}

layouts/partials/overview_block.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
{{ range .activities }}
66

77
<a href={{.url}} class="col-12 col-lg-6 col-xl-3 p-1">
8-
<div style="background-color: {{.color}};" class="rounded-lg color-blue font-size-1rem font-size-xl-1_5rem container p-0 h-100">
8+
<div style="background-color: {{.color}};" class="rounded-lg color-blue font-size-1rem font-size-xl-1_5rem container p-0 h-100 d-flex flex-column">
99
<div class="row mx-4 py-3">
1010
<i class="font-size-2rem fa {{ .icon }}"></i>
1111
</div>
1212
<div class="row mx-4 pt-3">
1313
<h3 class="color-blue font-size-1_3rem">{{.title}}</h3>
1414
</div>
15-
<div class="row mx-4 pb-0 landing-page-core-activities-row-subtitle align-items-end position-relative bottom-0">
15+
<div class="row mx-4 pb-0 landing-page-core-activities-row-subtitle align-items-end h-100">
1616
<p class="color-blue font-size-1rem">{{.subtitle}}</p>
1717
</div>
1818
</div>

0 commit comments

Comments
 (0)