update backbutton style

This commit is contained in:
polarDefender 2024-05-28 20:08:13 +09:00
parent 90058deb1a
commit 22cd7383d6

View file

@ -41,6 +41,12 @@ main {
zoom: 1.3;
}
@media (max-height: 740px) {
main {
zoom: unset;
}
}
* {
box-sizing: border-box;
}
@ -190,6 +196,13 @@ a {
padding: 0;
}
@media (min-width: 640px) {
.setup-header > .back-button {
top: 5px;
left: -20px;
}
}
.setup-header > h2 {
margin-block-start: 20px;
padding: 0 24px;