Landing page first draft

Reviewed By: danielbuechele

Differential Revision: D6964899

fbshipit-source-id: ea9fed66ba0376a5cd2efda4d631cc14e591e666
This commit is contained in:
Emil Sjölander
2018-02-12 10:27:16 -08:00
committed by Facebook Github Bot
parent de8cab8e60
commit e7c56ccd1e
7 changed files with 246 additions and 59 deletions

View File

@@ -1,7 +1,7 @@
.Padded {
width: 100%;
max-width: 1000px;
padding: 0 20px;
max-width: 1200px;
padding: 0 50px;
margin-left: auto;
margin-right: auto;
}