Changed size of calendar

This commit is contained in:
thepaperpilot 2022-11-30 23:51:14 -06:00
parent bccd53ae5e
commit 2e6f2aa3a6
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 379 KiB

View file

@ -1,5 +1,6 @@
.advent { .advent {
width: 80%; width: 80%;
max-width: 700px;
background: url(./adventCalendarGameJamCalandar.png); background: url(./adventCalendarGameJamCalandar.png);
background-size: contain; background-size: contain;
display: flex; display: flex;