Merge pull request #954 from dod-ccpo/fix-landing-page-alignment-again

Actually center portfolio landing page content
This commit is contained in:
dandds 2019-06-20 15:49:39 -04:00 committed by GitHub
commit 8edb678bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
} }
.about-cloud { .about-cloud {
margin: 4rem 16rem; margin: 4rem auto;
max-width: 900px; max-width: 900px;
} }