mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
16 lines
176 B
SCSS
16 lines
176 B
SCSS
html, body, p {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
body {
|
|
line-height: 1;
|
|
}
|
|
|
|
%reset {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|