Skip to content

Commit 555dc11

Browse files
committed
Quartz sync: May 20, 2025, 5:09 PM
1 parent e939521 commit 555dc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quartz/styles/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ footer {
176176
}
177177

178178
.popover .section {
179-
grid-template-columns: fit-content(8em) 1fr;
179+
grid-template-columns: minmax(0, 1fr) fit-content(8em);
180180
}
181181

182182
.page-listing {
@@ -185,7 +185,7 @@ footer {
185185

186186
&>.section {
187187
display: grid;
188-
grid-template-columns: 1fr fit-content(8rem);
188+
grid-template-columns: minmax(0, 1fr) fit-content(8rem) !important;
189189

190190
&>.desc {
191191
background-color: transparent;

0 commit comments

Comments
 (0)