Skip to content

Commit 07e4f8c

Browse files
authored
gap1
1 parent bc3938b commit 07e4f8c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/_layouts/on-this-page.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,17 @@
8686
top: 4rem;
8787
max-height: 80vh;
8888
overflow: auto;
89-
padding: 1rem;
90-
border: 1px solid #444;
89+
padding: .5rem;
90+
/* border: 1px solid #444; */
91+
border: 1px solid var(--grey-dk-150);
9192
border-radius: 1px;
92-
background-color: var(--grey-dk-200);
93+
background-color: var(--grey-dk-250);
9394
color: #f8f8f8;
9495
flex-shrink: 0;
9596
font-size: small;
9697
}
9798
.a {
98-
display:flex; align-items:flex-start;
99+
display:flex; align-items:flex-start; gap: 1rem;
99100
}
100101
}
101102
.main {

0 commit comments

Comments
 (0)