mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 13:44:30 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user