Skip to content

Commit 64aefeb

Browse files
authored
Update main.css
Looks better with a little left and right margin
1 parent 8a28865 commit 64aefeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/* Reset */
1111

1212
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
13-
margin: 0;
14-
padding: 0;
13+
margin: 0px 7px;
14+
padding: 0px 7px;
1515
border: 0;
1616
font-size: 100%;
1717
font: inherit;

0 commit comments

Comments
 (0)