Skip to content

Commit

Permalink
Updating section config UI
Browse files Browse the repository at this point in the history
  • Loading branch information
bcd00 committed Jan 3, 2024
1 parent 81893d8 commit 66e6c3c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

& form {
display: flex;
width: calc(100% - 2rem);

#geometry {
width: calc((100% - 2rem) - 0.5rem);
Expand Down Expand Up @@ -130,7 +129,7 @@
#left-container {
display: flex;
flex-direction: column;
width: 100%;
width: calc(100% - 2.5rem);
}

#config-container {
Expand All @@ -141,7 +140,7 @@

#assets {
padding-top: 1.25rem;
width: 33%;
width: 66%;
}
}
}

0 comments on commit 66e6c3c

Please sign in to comment.