Skip to content

Commit 39d076d

Browse files
committed
Update custom.css
1 parent 66824ab commit 39d076d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/css/custom.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ section.galleries,
116116
text-align: left;
117117
}
118118

119+
.lead-copy img {
120+
width: 4rem !important; /* 64px / 16px = 4rem */
121+
height: 4rem !important;
122+
}
123+
119124
.lead-copy p {
120125
color: var(--text-1);
121126
font-size: 2rem;
@@ -310,13 +315,14 @@ section.galleries {
310315
margin-bottom: 1rem;
311316
}
312317

313-
@media (max-width: 640px) {
318+
/* Removed: keep cards scaling proportionally instead of going full width */
319+
/* @media (max-width: 640px) {
314320
.card {
315321
flex-basis: 100%;
316322
max-width: none;
317323
min-width: 0;
318324
}
319-
}
325+
} */
320326

321327
.gallery h3 a,
322328
.gallery h3 {

0 commit comments

Comments
 (0)