Skip to content

Commit dcfed44

Browse files
author
Copilot
committed
Fix talk-card row stretch when expanding 'Read the full abstract'
1 parent 54a8fcc commit dcfed44

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/pug/builder-days-2026/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ html(lang='en')
103103
.col-lg-9
104104
p.text-center.text-muted
105105
| Four OS4CSAPI participants are filling speaking slots on the final afternoon of the sprint, each presenting on a Connected Systems topic. These are individual contributions to the broader OGC Builder Days agenda — not a dedicated CSAPI track. All sessions are accessible in person at Geovation, on Microsoft Teams, and via the #connected-systems Discord channel.
106-
.row.g-4
106+
.row.g-4.align-items-start
107107
each talk in event.csapiDay.talks
108108
.col-md-6
109109
.card.talk-card

src/scss/sections/_talks.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
overflow: hidden;
1111
transition: transform 0.2s ease, box-shadow 0.2s ease;
1212
border-top: 5px solid $primary;
13-
height: 100%;
1413

1514
&:hover {
1615
transform: translateY(-3px);

0 commit comments

Comments
 (0)