.description selector class typo

Changed margin-botton to margin-bottom
This commit is contained in:
Rocco Asselin 2020-09-17 19:34:36 -04:00 committed by Daniel Meyer
parent 76aabcc991
commit 734715d9f2

View File

@ -214,7 +214,7 @@ a {
} }
.description { .description {
margin-top: -20px; margin-top: -20px;
margin-botton: 20px; margin-bottom: 20px;
} }
} }
.section-headline { .section-headline {