source: frontend/node_modules/sanitize.css/assets.css

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 168 bytes
Line 
1/**
2 * Restrict sizing to the page width in all browsers (opinionated).
3 */
4
5:where(iframe, img, input, video, select, textarea) {
6 height: auto;
7 max-width: 100%;
8}
Note: See TracBrowser for help on using the repository browser.