Skip to content

Commit 9c1d923

Browse files
committed
Fix pre > code padding at mobile widths
1 parent 87b44dc commit 9c1d923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/assets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
}
5757

5858
pre > code {
59-
padding-left: 20px;
60-
padding-right: 20px;
59+
padding-left: 20px !important;
60+
padding-right: 20px !important;
6161
}
6262
}
6363

0 commit comments

Comments
 (0)