Skip to content

Commit fa3d44b

Browse files
committed
update image placement
1 parent f66a414 commit fa3d44b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

assets/scss/custom.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ body:not(.dark) .mlrc_dark {
2828
background-size: cover;
2929
width: 100%;
3030
/* adjust as needed */
31-
height: 10em;
31+
height: 100%;
32+
max-width: 100%;
3233
/* adjust as needed */
3334
padding-top: 2em;
3435
padding-bottom: 2em;

content/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ details!
5151

5252
## Agenda
5353

54-
<div class="container flyer"></div>
54+
<div class="container flyer">
55+
<img src="/uploads/mlrc_2025_flyer.jpg" style="visibility: hidden;" />
56+
</div>
5557

5658
The conference will be held at [Friend Center](https://classroominfo.princeton.edu/View.aspx?bl_id=0616&fl_id=01&rm_id=0616_01_DDD7&bc=FRIEN&img=0616101.JPG&rn=101), William Street Room 101 Princeton, NJ 08540. The tentative agenda is provided here. Please [register](https://www.eventbrite.com/e/machine-learning-reproducibility-challenge-tickets-1272545480789?aff=oddtdtcreator) to attend the conference.
5759

0 commit comments

Comments
 (0)