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 bc717b8 commit 299fc38Copy full SHA for 299fc38
html/document.less
@@ -211,19 +211,22 @@ html[data-permission-state="true"]{
211
}
212
@media (max-height:600px) {
213
.single-box{
214
- transform: scale(.7);
+ transform: scale(.8);
215
transform-origin: 50% 100%;
216
217
218
+@media (max-height:550px) {
219
+ .single-box{
220
+ transform: scale(.7);
221
+ }
222
+}
223
@media (max-height:450px) {
224
225
transform: scale(.6);
- transform-origin: 50% 100%;
226
227
228
@media (max-height:350px) {
229
230
transform: scale(.5);
231
232
0 commit comments