adjusted margin for gallery on mobile screens
This commit is contained in:
@@ -118,17 +118,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 700px) {
|
@media screen and (max-width: 700px) {
|
||||||
.gallery-title {
|
/* .gallery-title {
|
||||||
font-size: 1.0rem;
|
font-size: 1.0rem;
|
||||||
line-height: 1.1rem;
|
line-height: 1.1rem;
|
||||||
}
|
}
|
||||||
.gallery-subtitle {
|
.gallery-subtitle {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
line-height: 1.1rem;
|
line-height: 1.1rem;
|
||||||
}
|
} */
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 500px) {
|
||||||
|
.gallery-title {
|
||||||
|
font-size: 1.0rem;
|
||||||
|
line-height: 1.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.gallery-subtitle {
|
.gallery-subtitle {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
@@ -138,6 +143,10 @@
|
|||||||
.gallery-container {
|
.gallery-container {
|
||||||
height: 64px;
|
height: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gallery-text-container {
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.gallery-img, .gallery-img-placeholder {
|
.gallery-img, .gallery-img-placeholder {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|||||||
Reference in New Issue
Block a user