Skip to content

Commit

Permalink
Add background colour on article
Browse files Browse the repository at this point in the history
  • Loading branch information
tyom committed Oct 7, 2023
1 parent 35374c4 commit 9a2ee74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Summary {...summary} pdfLink="tyom-semonov-cv.pdf" />
</aside>

<article class="lg:flex-[2]">
<article class="lg:flex-[2] bg-white">
<Section title="Experience" items={experience} showTimeline />
<Section title="Education" items={education} />
</article>
Expand Down

0 comments on commit 9a2ee74

Please sign in to comment.