Skip to content

Commit 1f17432

Browse files
committed
Fix images for keynotes
1 parent 17758c9 commit 1f17432

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

static/css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ aside.subtitle {
433433
img {
434434
border-radius: 1em 1em 0 0;
435435
height: 20em;
436+
object-fit: cover;
436437
width: 100%;
437438
}
438439

@@ -821,10 +822,13 @@ aside.subtitle {
821822

822823
#schedule {
823824
.keynotes {
824-
display: initial;
825+
align-items: center;
826+
flex-direction: column;
827+
gap: 1em;
825828

826829
dl {
827-
width: 100%;
830+
max-width: 100%;
831+
width: 25em;
828832
}
829833
}
830834
}

0 commit comments

Comments
 (0)