Skip to content

Commit

Permalink
Made Settings page more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Mar 14, 2024
1 parent d53d84e commit c4331d1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/pages/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,19 +375,27 @@ input:disabled {
cursor: not-allowed;
}


@media (max-width: 1250px) {
body.option {
flex-direction: column;
width: 750px;
width: 95vw;
align-items: center;
padding: 40px 0px;
}

section.links {
flex-direction: row;
width: 750px;
width: 95vw;
padding: 0 55px;
}

section.block-option {
width: 95vw;
}

div.checklist div x {
overflow: hidden;
}
}

html.mobile img,
Expand Down

0 comments on commit c4331d1

Please sign in to comment.