Skip to content

Commit 0d7ca5b

Browse files
author
Mantas Kaveckas
committed
Remove unessessary px suffix from size of zero pixels
1 parent 2494d9f commit 0d7ca5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ code {
2323
font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
2424
font-size: 12px;
2525
margin: 0 2px;
26-
padding: 0px 5px;
26+
padding: 0 5px;
2727
}
2828

2929
h1, h2, h3, h4 {

0 commit comments

Comments
 (0)