Merge pull request #64 from excalidraw/fix-body-margin

Fixes body margin
This commit is contained in:
Giovanni Giordano 2020-01-03 16:04:10 +01:00 committed by GitHub
commit c2c13f0f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,25 @@
font-family: "Virgil"; font-family: "Virgil";
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf"); src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
} }
body {
margin: 0;
}
/* Controls - Begin */
fieldset {
margin: 5px;
}
label { label {
margin-right: 10px; margin-right: 10px;
} }
input[type="number"] { input[type="number"] {
width: 30px; width: 30px;
} }
input { input {
margin-right: 5px; margin-right: 5px;
} }
/* Controls - End */