Merge pull request #642 from dod-ccpo/fix-alignment-get-started

Fix margin that was causing alignment issue
This commit is contained in:
George Drummond 2019-02-14 10:40:52 -05:00 committed by GitHub
commit f014d7cd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,10 @@
top: 2.5rem; top: 2.5rem;
margin-left: -23rem; margin-left: -23rem;
} }
.usa-button {
margin: 0.5em;
}
} }
p { p {