Skip to content

Commit a863194

Browse files
authored
Added Margin
Added margin. Also works well in Mobile (mobile-friendly)
1 parent 477d518 commit a863194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
font: inherit;
1818
vertical-align: baseline;
1919
}
20+
21+
html, body {
22+
margin: 0 1.25%;
23+
}
24+
2025

2126
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
2227
display: block;

0 commit comments

Comments
 (0)