1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

remove unecessary padding

This commit is contained in:
Raymond Hill 2018-01-13 13:01:16 -05:00
parent f680fc004c
commit 7dac50008a
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -2,7 +2,7 @@ body {
background-color: #fff;
color: #000;
margin: 0;
padding: 0 0.5em 5em 0.5em;
padding: 0 0.5em 0 0.5em;
font: 15px/1.4 sans-serif;
}
body > *:first-child {