Edit padding on the "Home" page (#1523)

- Edit padding so the homepage content is center when page is resized
- Increase margin between 'Hosts' and Org name
This commit is contained in:
noahtalerman 2021-07-30 13:53:38 -04:00 committed by GitHub
parent c18214be37
commit 11351a4253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,15 +21,15 @@
margin-bottom: -4px;
}
&__body-wrap {
align-items: center;
&__wrapper {
padding: $pad-xxlarge 0 0;
}
&__header-wrap {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: $pad-large;
margin-bottom: $pad-xxlarge;
}
&__header {