Skip to content

Commit c8cba54

Browse files
style: block of code overflow on mobile in ul
1 parent 702f598 commit c8cba54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ div.brand {
225225
white-space: inherit;
226226
}
227227

228+
ul code {
229+
display: block;
230+
}
231+
228232
a.anchor::before {
229233
content: "§";
230234
display: none;

0 commit comments

Comments
 (0)