Skip to content

Commit

Permalink
Fix event-sprite grid
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Apr 5, 2024
1 parent e392036 commit 93c5064
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
16 changes: 8 additions & 8 deletions lib/components/event-stripe/_event-stripe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,22 @@
}
}

.event-stripe__location {
display: block;
.event-stripe__date {
@extend %heading-font-bold;

grid-column: 2;
grid-row: 2;
align-self: center;

font-size: $font-size-md;
line-height: $heading-line-height-sm;
}

.event-stripe__date {
@extend %heading-font-bold;

.event-stripe__location {
display: block;
grid-column: 2;
grid-row: 2;

margin-top: $spacer-2xs;
grid-row: 3;
align-self: center;

font-size: $font-size-md;
line-height: $heading-line-height-sm;
Expand Down
17 changes: 7 additions & 10 deletions lib/views/home/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,9 @@ description: Homepage
<ul class="event-stripe__list">
<li class="event-stripe event-stripe--isaqb">
<h3 class="event-stripe__title"><a href="#">Ein tolles Training</a></h3>
<div class="event-stripe__date">
<time datetime="2024-03-12">12.</time> -
<time datetime="2024-03-14">14.3.2024</time>
</div>
<div class="event-stripe__date">12. - 14.3.2022</div>
<img class="avatar" src="/snippet/images/illustrations/avatar-dummy.svg" />
<span class=" event-stripe__location"></span>In Wursthausen mit Hans Wurst</span>
<spam class="event-stripe__location">In Wursthausen mit Hans Wurst</span>
</li>
<li class="event-stripe">
<h3 class="event-stripe__title"><a href="#">Ein tolles Training</a></h3>
Expand All @@ -213,7 +210,7 @@ description: Homepage
<time datetime="2024-03-14">14.3.2024</time>
</div>
<img class="avatar" src="/snippet/images/illustrations/avatar-dummy.svg" />
<span class="event-stripe__location"></span>Wursthotel Wurststr.100 40000 Wursthausen</span>
<span class="event-stripe__location">In Wursthausen mit Hans Wurst</span>
</li>
<li class="event-stripe event-stripe--power">
<h3 class="event-stripe__title"><a href="#">Ein tolles Training</a></h3>
Expand All @@ -222,7 +219,7 @@ description: Homepage
<time datetime="2024-03-14">14.3.2024</time>
</div>
<img class="avatar" src="/snippet/images/illustrations/avatar-dummy.svg" />
<span class="event-stripe__location"></span>Wursthotel Wurststr.100 40000 Wursthausen</span>
<span class="event-stripe__location">In Wursthausen mit Hans Wurst</span>
</li>
</ul>
<a href="#" class="btn btn--cta">Alle Early Birds</a>
Expand All @@ -237,7 +234,7 @@ description: Homepage
<time datetime="2024-03-14">14.3.2024</time>
</div>
<img class="avatar" src="/snippet/images/illustrations/avatar-dummy.svg" />
<span class="event-stripe__location"></span>Wursthotel Wurststr.100 40000 Wursthausen</span>
<span class="event-stripe__location">Wursthotel Wurststr.100 40000 Wursthausen</span>
</li>
<li class="event-stripe">
<h3 class="event-stripe__title"><a href="#">Ein tolles Training</a></h3>
Expand All @@ -246,7 +243,7 @@ description: Homepage
<time datetime="2024-03-14">14.3.2024</time>
</div>
<img class="avatar" src="/snippet/images/illustrations/avatar-dummy.svg" />
<span class="event-stripe__location"></span>Wursthotel Wurststr.100 40000 Wursthausen</span>
<span class="event-stripe__location">Wursthotel Wurststr.100 40000 Wursthausen</span>
</li>
<li class="event-stripe event-stripe--power">
<h3 class="event-stripe__title"><a href="#">Ein tolles Training</a></h3>
Expand All @@ -255,7 +252,7 @@ description: Homepage
<time datetime="2024-03-14">14.3.2024</time>
</div>
<img class="avatar" src="/snippet/images/illustrations/avatar-dummy.svg" />
<span class="event-stripe__location"></span>Wursthotel Wurststr.100 40000 Wursthausen</span>
<span class="event-stripe__location">Wursthotel Wurststr.100 40000 Wursthausen</span>
</li>
</ul>
<a href="#" class="btn btn--cta">Alle Early Birds</a>
Expand Down

0 comments on commit 93c5064

Please sign in to comment.