philomena/assets/css/elements/shame.css

7 lines
287 B
CSS
Raw Normal View History

2024-12-17 19:35:47 +01:00
/* For more shame related to this, see the <style> element inside app/views/adverts/index.html.slim */
/* Until HTML/CSS includes a native way to resize iframes based on their content, we do this approximation with viewport units. */
2024-12-17 17:49:05 +01:00
.ad-sandbox {
height: 18vw;
max-height: 113px;
}