1
0
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:
Lucas Vallenet
2024-01-11 11:27:44 +01:00
parent dd2c783938
commit a674a16c4b
4 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
"version": 1704967772404
"version": 1704968861129
}

View File

@@ -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,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long