adjusted margin for gallery on mobile screens
This commit is contained in:
@@ -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;
|
||||
@@ -138,6 +143,10 @@
|
||||
.gallery-container {
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.gallery-text-container {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.gallery-img, .gallery-img-placeholder {
|
||||
width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user