aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/components/times.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/components/times.scss')
-rw-r--r--src/sass/components/times.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/components/times.scss b/src/sass/components/times.scss
index c9f957bb..5f1cb995 100644
--- a/src/sass/components/times.scss
+++ b/src/sass/components/times.scss
@@ -14,7 +14,7 @@
margin-right: $plyr-control-spacing;
}
- @media (max-width: calc(#{$plyr-bp-md} - 1px)) {
+ @media (max-width: ($plyr-bp-md - 1px)) {
display: none;
}
}