tweaked font sizing for gallery subtitle and re-added subtitle for mobile screen sizes
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
|
||||
.gallery-subtitle {
|
||||
font-size: 1.0rem;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
|
||||
.gallery-container:hover .gallery-text-container {
|
||||
@@ -129,7 +130,18 @@
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
.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>
|
||||
Reference in New Issue
Block a user