Improvements

Styling, performance tweak, and bugs fixes.
This commit is contained in:
Danang Probo Sayekti 2015-07-05 21:29:02 +07:00
commit db786347c6
17 changed files with 197 additions and 107 deletions

View file

@ -883,6 +883,26 @@ table.post-list td a {
}
@media all and (max-width: 560px) {
.featured-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.featured-video iframe, .featured-video object, .featured-video embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
}
/*----------------------------
Archive
-----------------------------*/