Skip to content

Commit e28f555

Browse files
author
jordanmccullough
committed
Tune up margin/padding for all basic tags
1 parent 7ec8cb7 commit e28f555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_stylesheets/curriculum-beta.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ html, body{
3131

3232
h1,h2,h3,h4,h5,h6,p,ul,svg{
3333
font-weight: normal;
34-
padding: 0 15%;
34+
margin: 0 15%;
3535
}
3636

3737
pre{
@@ -63,7 +63,7 @@ html, body{
6363

6464
p{
6565
line-height: 1.75em;
66-
margin: 2em 0;
66+
margin-bottom: 2em;
6767
}
6868
ul{
6969
display: inline-block;

0 commit comments

Comments
 (0)