tweaked font sizing for gallery subtitle and re-added subtitle for mobile screen sizes

This commit is contained in:
2026-01-31 21:44:58 +01:00
parent 9380544b3e
commit c6e637948d

View File

@@ -104,6 +104,7 @@
.gallery-subtitle { .gallery-subtitle {
font-size: 1.0rem; font-size: 1.0rem;
line-height: 1.2rem;
} }
.gallery-container:hover .gallery-text-container { .gallery-container:hover .gallery-text-container {
@@ -129,7 +130,18 @@
@media screen and (max-width: 500px) { @media screen and (max-width: 500px) {
.gallery-subtitle { .gallery-subtitle {
display: none; font-size: 0.8rem;
line-height: 1rem;
/* display: none; */
}
.gallery-container {
height: 64px;
}
.gallery-img, .gallery-img-placeholder {
width: 100px;
min-width: 100px;
} }
} }
</style> </style>