We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c8077 commit 53c825fCopy full SHA for 53c825f
app/styles/_class.scss
@@ -10,7 +10,7 @@ article.chapter {
10
display: block;
11
position: relative;
12
13
- @media (min-width: $mobile-portrait-screen + 1){
+ @media (min-width: ($mobile-portrait-screen + 1)){
14
&::before, &::after {
15
transition: 0.2s opacity, 0.2s transform;
16
}
0 commit comments