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

View File

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