-
+
diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
index 5275d183e0..75a583b637 100644
--- a/src/wp-admin/css/about.css
+++ b/src/wp-admin/css/about.css
@@ -141,6 +141,13 @@
margin-right: 4.799999999%;
width: 47.6%;
}
+.about-wrap .feature-section.two-col .col {
+ display: inline-block;
+ float: none;
+ margin-right: 4.799999999%;
+ width: calc( 47.6% - 4px );
+ vertical-align: middle;
+}
.about-wrap .three-col .col {
margin-right: 4.999999999%;
@@ -186,6 +193,10 @@
text-align: left;
}
+.about-wrap .feature-section.two-col h3 {
+ margin-top: 0;
+}
+
.about-wrap .feature-list h2 {
margin: 30px 0 15px;
text-align: center;
@@ -273,10 +284,6 @@
text-align: center;
}
-.about-wrap .embed-cloudup iframe {
- height: 299px;
-}
-
.about-wrap .embed-container iframe {
max-width: 100%;
}
@@ -498,11 +505,21 @@
width: 100%;
}
+ .about-wrap .feature-section.two-col .col,
.about-wrap .three-col .col,
.about-wrap .headline-feature .feature-section .col {
width: 100% !important;
float: none !important;
}
+
+ .about-wrap .feature-section.two-col .col:last-of-type {
+ margin-top: 0;
+ }
+
+ .feature-section.under-the-hood.three-col .col,
+ .feature-section.under-the-hood.one-col .col {
+ padding-bottom: 0;
+ }
}
@media only screen and (max-width: 400px) {