mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37:59 +01:00
6 lines
287 B
CSS
6 lines
287 B
CSS
/* 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. */
|
|
.ad-sandbox {
|
|
height: 18vw;
|
|
max-height: 113px;
|
|
}
|