Skip to content

Commit a0589f9

Browse files
committed
Remove padding from code elements
It creates unnecessary gaps.
1 parent 54f7f68 commit a0589f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/src/css/bootstrap.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pre {
1616
}
1717

1818
code {
19+
padding: 0;
1920
background: transparent;
2021
color: $hue-3;
2122
a & {

0 commit comments

Comments
 (0)