adds indent to dd

This commit is contained in:
Ashley Blewer 2015-12-01 20:45:31 -05:00
parent b68c34407e
commit 6514b11849

View File

@ -2,6 +2,10 @@ h1,h2,h3,h4,h5,h6 {
font-family: 'Montserrat', sans-serif;
}
dd {
padding-left:24px;
}
h1 {
letter-spacing:8px;
font-size:86px;