We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358d4e5 commit 9f2dab1Copy full SHA for 9f2dab1
_sass/youtube.scss
@@ -1,6 +1,6 @@
1
.youtube {
2
position: relative;
3
- padding-bottom: min(56.25%, $max-image-size * 0.5625);
+ padding-bottom: calc(min(56.25%, $max-image-size * 0.5625));
4
margin-bottom: 16px;
5
6
iframe {
0 commit comments