mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Improvements
Styling, performance tweak, and bugs fixes.
This commit is contained in:
parent
f646e5f4f2
commit
db786347c6
17 changed files with 197 additions and 107 deletions
|
|
@ -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
|
||||
-----------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue