mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Remove body margins
This commit is contained in:
@@ -30,7 +30,6 @@ h3,
|
||||
h4,
|
||||
dl,
|
||||
dd,
|
||||
body,
|
||||
figure,
|
||||
blockquote {
|
||||
margin-block-end: 0;
|
||||
@@ -44,11 +43,15 @@ ol[class] {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
// Set core html defaults
|
||||
// Set core defaults
|
||||
html {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// Set shorter line heights on headings and interactive elements
|
||||
h1,
|
||||
h2,
|
||||
|
||||
Reference in New Issue
Block a user