About page: Finalize media for 4.2.

props ocean90, Nao.
fixes #31929.


git-svn-id: https://develop.svn.wordpress.org/trunk@32277 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2015-04-23 15:42:24 +00:00
parent 1ebc8a2867
commit ffe23d2f93
3 changed files with 17 additions and 19 deletions

View File

@@ -202,13 +202,20 @@
/* 2.2 - Structure */
.about-wrap .feature-video {
position: relative;
margin: 40px 0;
padding-bottom: 56.25%; /* video is 1280 x 720 */
width: 100%;
height: 0;
text-align: center;
}
.about-wrap .feature-video .wp-video {
margin: 0 auto;
.about-wrap .feature-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.about-wrap .featured-image {