WP-video-2016-noform: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
Line 20: Line 20:
<html>
<html>
<style>
<style>
@media screen and (min-width: 981px) {
#ask {
font-size: 1.2em;
#video {
display: table-cell;
vertical-align: middle;
}
#ask {
display: table-cell;
width: 300px;
padding: 120px 0 0 60px;
font-size: 1.4em;
}
}
}


@media screen and (max-width: 981px) {
@media screen and (max-width: 981px) {
.video-outer-wrapper {
#video {
margin-top: 120px;
margin-top: 120px;
margin-bottom: 2em;
margin-bottom: 2em;
}
}
#ask {
}
font-size: 1.2em;

@media screen and (min-width: 981px) {
#video {
float: left;
margin-right: 2em;
}
}
}
}