Reworked how the div.card ul style was written.

This commit is contained in:
Sean Joseph 2017-10-30 11:45:03 -04:00
parent e26a57c744
commit 65ba554c0d

View File

@ -89,9 +89,11 @@ div.card p{
}
div.card ul{
margin-left: 75px;
margin-bottom: 25px;
display: block;
margin: auto;
width: 400px;
list-style-type: square;
margin-bottom: 25px;
}
div.content h1{