Skip to content

Commit 92b9351

Browse files
committed
cleanup
1 parent bcbcfad commit 92b9351

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/styles/doc.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ nav.toc ol {
66
}
77
}
88

9-
/* img.doc-image {
10-
border-radius: 12px;
11-
} */
12-
139
img.doc-header-image {
1410
width: 100%;
1511
}
@@ -18,7 +14,10 @@ ul.doc-grid {
1814
padding: 0;
1915
--auto-grid-min-size: 20rem;
2016
display: grid;
21-
grid-template-columns: repeat(auto-fill, minmax(min(var(--auto-grid-min-size), 100%), 1fr));
17+
grid-template-columns: repeat(
18+
auto-fill,
19+
minmax(min(var(--auto-grid-min-size), 100%), 1fr)
20+
);
2221
grid-gap: 1rem;
2322
}
2423

@@ -34,4 +33,4 @@ ul.doc-grid img {
3433
ul.doc-grid p {
3534
margin-top: 0.3em;
3635
margin-bottom: 1em;
37-
}
36+
}

0 commit comments

Comments
 (0)