Skip to content

Commit ab02803

Browse files
committed
correct teaser date height because knock on effects
1 parent c817d9b commit ab02803

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

html/themes/custom/iasc_common_design/css/styles.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/themes/custom/iasc_common_design/css/styles.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/themes/custom/iasc_common_design/sass/components/node/_node--teaser.scss

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
.cd-teaser__date {
3535
padding: 0 0 1rem;
36-
min-height: 80px; // height of calendar icon, helps clear elements below.
3736
}
3837

3938
.cd-teaser__footer {

html/themes/custom/iasc_common_design/sass/components/node/_node.scss

+5
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@
7878
.node__meta {
7979
margin-bottom: 2rem;
8080
}
81+
82+
.node--type-oa-event.node--view-mode-full .cd-teaser__date {
83+
min-height: 80px; // height of calendar icon, helps clear elements below.
84+
margin-bottom: 1rem;
85+
}

0 commit comments

Comments
 (0)