github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/sass/sanitize.css/page.css (about) 1 /** 2 * Use a comfortable measure in all browsers (opinionated). 3 */ 4 5 html { 6 padding: 1em; 7 } 8 9 @media (min-width: 34em) { 10 html { 11 padding: 1em calc(50% - 16em); 12 } 13 } 14 15 /** 16 * Restrict sizing to the page width in all browsers (opinionated). 17 */ 18 19 iframe, 20 img, 21 input, 22 select, 23 textarea { 24 height: auto; 25 max-width: 100%; 26 }