fix: apply max-width including padding to all body>div-s
btw the fix doesn't work so it's just a code cleanup
This commit is contained in:
parent
a6f1c1f49a
commit
a0259cc51d
1 changed files with 2 additions and 3 deletions
|
@ -6,14 +6,13 @@ body {
|
||||||
body > div {
|
body > div {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
max-width: calc(100vw - 0.5rem * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
body > div#options {
|
#options {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
row-gap: 0.25rem;
|
row-gap: 0.25rem;
|
||||||
|
|
||||||
max-width: calc(100vw - 0.5rem * 2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
select, input, button {
|
select, input, button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue