update backbutton style
This commit is contained in:
parent
90058deb1a
commit
22cd7383d6
1 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue