Loading src/Main.styl +3 −3 Original line number Diff line number Diff line Loading @@ -4,11 +4,11 @@ html font-family $baseFontFamily font-size $baseFontSize @media (max-width $media-high-size) font-size $baseFontSize * 0.85 font-size $baseFontSize * 0.9 @media (max-width $media-medium-size) font-size $baseFontSize * 0.7 font-size $baseFontSize * 0.8 @media (max-width $media-low-size) font-size $baseFontSize * 0.5 font-size $baseFontSize * 0.7 line-height $baseLineHeight color $textColor width 100% Loading Loading
src/Main.styl +3 −3 Original line number Diff line number Diff line Loading @@ -4,11 +4,11 @@ html font-family $baseFontFamily font-size $baseFontSize @media (max-width $media-high-size) font-size $baseFontSize * 0.85 font-size $baseFontSize * 0.9 @media (max-width $media-medium-size) font-size $baseFontSize * 0.7 font-size $baseFontSize * 0.8 @media (max-width $media-low-size) font-size $baseFontSize * 0.5 font-size $baseFontSize * 0.7 line-height $baseLineHeight color $textColor width 100% Loading