Skip to content

Commit b625a41

Browse files
committed
make the margins slightly bigger
this prevents an issue where [*] (rule link) is cut off and only *] is shown.
1 parent 336e9f6 commit b625a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/reference.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ main {
178178
display: grid;
179179
grid-template-columns:
180180
/* Left margin / place for rules */
181-
[rules] minmax(20px, 1fr)
181+
[rules] minmax(36px, 1fr)
182182
/* The main text body */
183183
[text] auto
184184
/* Right margin */
185-
[margin] minmax(20px, 1fr);
185+
[margin] minmax(36px, 1fr);
186186

187187
/* We do these by hand via the grid */
188188
margin: 0;

0 commit comments

Comments
 (0)