Skip to content

Commit

Permalink
Improve mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
wnelson03 committed Feb 21, 2024
1 parent 34957cc commit 7498582
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
document.querySelector("[data-root]").classList.remove("grid", "h-screen");
}
</script>
<style>
@media (max-width: 768px) {
#serverVerifyBtn, #serverUnlinkBtn {
width: 90%;
margin: 0 auto;
}
}
</style>
</head>

<body>
Expand Down

0 comments on commit 7498582

Please sign in to comment.