|
@@ -74,8 +74,8 @@
|
|
|
@borderRoundnessNotVeryRound: .1rem;
|
|
|
@textShadow: 0.1rem;
|
|
|
@textShadowIntense: 0.4rem;
|
|
|
-@portrait: ~"only screen and (max-width:1024px), only screen and (orientation:portrait)";
|
|
|
-@notPortrait: ~"only screen and (min-width : 1025px)";
|
|
|
+@portrait: ~"only screen and (max-width:1167px), only screen and (orientation:portrait)";
|
|
|
+@notPortrait: ~"only screen and (min-width : 1168px)";
|
|
|
@boxShadowBlur: 0.8rem;
|
|
|
@boxShadowSpread: 0.3rem;
|
|
|
|