Trusted, Automoderated users
25,837
edits
(Created page with "→CSS placed here will be applied to all skins: →To make images responsive: img { max-width:100%; height:auto; }") |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 4: | Line 4: | ||
img { | img { | ||
max-width:100%; | max-width:100%; | ||
height:auto; | |||
} | |||
youtube { | |||
width:100%; | |||
height:auto; | height:auto; | ||
} | } | ||