ADD: optimize images

This commit is contained in:
webfussel 2024-05-24 09:01:22 +02:00
parent 4d0615923d
commit bd945e1ea9
91 changed files with 48 additions and 266 deletions

View file

@ -29,6 +29,14 @@
}
}
@media (width <= 430px) {
.Intro {
.intro-img{
width: 430px;
}
}
}
@media (width < 900px) {
.Intro {
grid-template-columns: 1fr;