add padding to the index page

This commit is contained in:
Karl 2025-06-06 12:28:39 +01:00
parent 5be690f6c1
commit 9ce6ff25ea

View File

@ -22,9 +22,11 @@
color: white; color: white;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
position: relative; position: relative;
/* So fixed elements inside work well */ padding-top: 20px;
padding-bottom: 20px;
} }
.image-container { .image-container {
max-width: 90vw; max-width: 90vw;
max-height: 80vh; max-height: 80vh;