Skip to content

Commit 78b51ee

Browse files
committed
Add collage
1 parent e7eceac commit 78b51ee

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

public/overviewbg.png

328 KB
Loading

src/pages/overview.astro

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ import Section from "@ui/Section.astro";
1414

1515
<div class="events-container w-full prose prose-xl">
1616
<div class="decorative-border"></div>
17-
18-
<div class="events-grid">
17+
18+
<div class="flex justify-end">
19+
<div class="events-grid w-full">
1920
<div class="event-category">
2021
<h3>Talks, Tutorials & Posters</h3>
2122
<ul class="event-list">
@@ -80,6 +81,8 @@ import Section from "@ui/Section.astro";
8081
</ul>
8182
</div>
8283
</div>
84+
<div class="collage ml-5 min-w-[200px] hidden md:block"></div>
85+
</div>
8386

8487
<div class="decorative-border"></div>
8588
</div>
@@ -158,7 +161,7 @@ import Section from "@ui/Section.astro";
158161
height: 16px;
159162
background-image: url('/hr.png');
160163

161-
margin: 20px 0;
164+
margin: 0;
162165
border-radius: 3px;
163166
}
164167

@@ -176,4 +179,8 @@ import Section from "@ui/Section.astro";
176179
grid-template-columns: 1fr;
177180
}
178181
}
182+
183+
.collage {
184+
background:url('/overviewbg.png') repeat-y left;
185+
}
179186
</style>

0 commit comments

Comments
 (0)