Skip to content

Commit 2859c4a

Browse files
Updated reset
1 parent 4ba7d7c commit 2859c4a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

css/grid.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*:before,
66
*:after {
77
box-sizing: border-box;
8+
margin: 0;
9+
padding: 0;
810
}
911

1012
/**
@@ -37,7 +39,7 @@ body {
3739
}
3840

3941
.row {
40-
margin: 0 0 .25em;
42+
margin-bottom: 1.5em;
4143
}
4244

4345
.row:last-child {

css/grid.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)