mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-06 10:00:26 +00:00
Remove margins on <body>
This commit is contained in:
parent
2efa3a8481
commit
d1176adc7b
@ -102,7 +102,8 @@ header { width: 100%; margin-bottom: 1rem; }
|
||||
|
||||
*, *::before, *::after {box-sizing: border-box;}
|
||||
html { height:100%; padding:0; }
|
||||
body, input, kbd { font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif; color: black; }
|
||||
body { margin: 0; font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif; color: black; }
|
||||
input, kbd { font: inherit; color: inherit; }
|
||||
textarea {font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif;}
|
||||
|
||||
::-webkit-file-upload-button,
|
||||
|
Loading…
Reference in New Issue
Block a user