We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee7bb8 commit fa4f69aCopy full SHA for fa4f69a
1 file changed
index.html
@@ -291,8 +291,8 @@
291
292
.markdown-close {
293
position: fixed;
294
- top: 70px;
295
- right: calc((100% - 900px) / 2 + 30px);
+ top: 60px;
+ right: calc((100% - min(900px, 90%)) / 2 + 20px);
296
width: 30px;
297
height: 30px;
298
cursor: pointer;
@@ -344,8 +344,8 @@
344
345
@media (max-width: 900px) {
346
347
- right: 20px;
348
- top: 60px;
+ right: 15px;
+ top: 15px;
349
}
350
351
0 commit comments