We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17758c9 commit 1f17432Copy full SHA for 1f17432
static/css/style.css
@@ -433,6 +433,7 @@ aside.subtitle {
433
img {
434
border-radius: 1em 1em 0 0;
435
height: 20em;
436
+ object-fit: cover;
437
width: 100%;
438
}
439
@@ -821,10 +822,13 @@ aside.subtitle {
821
822
823
#schedule {
824
.keynotes {
- display: initial;
825
+ align-items: center;
826
+ flex-direction: column;
827
+ gap: 1em;
828
829
dl {
- width: 100%;
830
+ max-width: 100%;
831
+ width: 25em;
832
833
834
0 commit comments