docs: fix docs site spacing issues (#2095)

This commit is contained in:
Jeremy Bise 2019-02-15 17:31:16 -05:00 committed by Shawn Erquhart
parent 50dab7256d
commit 62f9d6f43c
4 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,10 @@
.communitysupport {
@neat-row;
background-color: white;
padding: $xl 0 $large 0;
padding: $large 0 $large 0;
@media screen and (min-width: $desktop) {
padding: $xl 0 $large 0;
h2 {
text-align: center;
margin-bottom: $large;

View File

@ -77,7 +77,7 @@
h1,
h2 {
font-size: 36px;
line-height: 48px;
line-height: 1.4em;
&.intro-headline {
padding: 0 $small;

View File

@ -1,9 +1,10 @@
.editors {
@neat-row;
margin: $xxl 0 $xxl 0;
margin: $large 0 $large 0;
@media screen and (min-width: $desktop) {
text-align: center;
margin: $xxl 0 $xxl 0;
}
h2,

View File

@ -123,7 +123,9 @@ header {
vertical-align: middle;
-webkit-vertical-align: middle !important;
margin-left: $tiny;
&:first-child {
margin-left: 0;
}
&:hover {
color: $green;
}
@ -138,6 +140,7 @@ header {
@media screen and (max-width: $mobile) {
margin-top: $tiny;
top: 0;
margin-left: 0;
}
}
}