arrow xs
Browse files- src/utils/consts.ts +7 -0
src/utils/consts.ts
CHANGED
@@ -27,6 +27,13 @@ export const defaultHTML = `<!DOCTYPE html>
|
|
27 |
color: #acacac;
|
28 |
font-size: 32px;
|
29 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
</style>
|
31 |
</head>
|
32 |
<body>
|
|
|
27 |
color: #acacac;
|
28 |
font-size: 32px;
|
29 |
}
|
30 |
+
@media screen and (max-width: 640px) {
|
31 |
+
.arrow {
|
32 |
+
top: 12px;
|
33 |
+
left: 56px;
|
34 |
+
transform: rotate(180deg);
|
35 |
+
}
|
36 |
+
}
|
37 |
</style>
|
38 |
</head>
|
39 |
<body>
|