adjusted margin for gallery on mobile screens

This commit is contained in:
2026-01-31 21:50:03 +01:00
parent c6e637948d
commit 17c54456bc

View File

@@ -118,17 +118,22 @@
}
@media screen and (max-width: 700px) {
.gallery-title {
/* .gallery-title {
font-size: 1.0rem;
line-height: 1.1rem;
}
.gallery-subtitle {
font-size: 0.9rem;
line-height: 1.1rem;
}
} */
}
@media screen and (max-width: 500px) {
.gallery-title {
font-size: 1.0rem;
line-height: 1.1rem;
}
.gallery-subtitle {
font-size: 0.8rem;
line-height: 1rem;
@@ -139,6 +144,10 @@
height: 64px;
}
.gallery-text-container {
padding-left: 8px;
}
.gallery-img, .gallery-img-placeholder {
width: 100px;
min-width: 100px;