Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Mar 1, 2023
1 parent 142fd6d commit 96b9835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,13 @@ img, svg, video, canvas {
max-width:100%;
max-width:-moz-available;
max-width:-webkit-fill-available;
max-width:stretch;
object-fit:cover;
height: auto;
}
audio, video, iframe {
width: 100%;
width:-moz-available;
width:-webkit-fill-available;
width:stretch;
}
video { background-color:#aaa; }
script, style {
Expand Down

0 comments on commit 96b9835

Please sign in to comment.