We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66824ab commit 39d076dCopy full SHA for 39d076d
assets/css/custom.css
@@ -116,6 +116,11 @@ section.galleries,
116
text-align: left;
117
}
118
119
+.lead-copy img {
120
+ width: 4rem !important; /* 64px / 16px = 4rem */
121
+ height: 4rem !important;
122
+}
123
+
124
.lead-copy p {
125
color: var(--text-1);
126
font-size: 2rem;
@@ -310,13 +315,14 @@ section.galleries {
310
315
margin-bottom: 1rem;
311
316
312
317
313
-@media (max-width: 640px) {
318
+/* Removed: keep cards scaling proportionally instead of going full width */
319
+/* @media (max-width: 640px) {
314
320
.card {
321
flex-basis: 100%;
322
max-width: none;
323
min-width: 0;
324
-}
325
+} */
326
327
.gallery h3 a,
328
.gallery h3 {
0 commit comments