We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4f69a commit 675fb74Copy full SHA for 675fb74
1 file changed
index.html
@@ -290,9 +290,9 @@
290
}
291
292
.markdown-close {
293
- position: fixed;
294
- top: 60px;
295
- right: calc((100% - min(900px, 90%)) / 2 + 20px);
+ position: absolute;
+ top: 20px;
+ right: 20px;
296
width: 30px;
297
height: 30px;
298
cursor: pointer;
@@ -342,7 +342,7 @@
342
transform: scale(0.96);
343
344
345
- @media (max-width: 900px) {
+ @media (max-width: 768px) {
346
347
right: 15px;
348
top: 15px;
0 commit comments