docs: fix docs site spacing issues (#2095)
This commit is contained in:
parent
50dab7256d
commit
62f9d6f43c
@ -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;
|
||||
|
@ -77,7 +77,7 @@
|
||||
h1,
|
||||
h2 {
|
||||
font-size: 36px;
|
||||
line-height: 48px;
|
||||
line-height: 1.4em;
|
||||
|
||||
&.intro-headline {
|
||||
padding: 0 $small;
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user