Skip to content

Commit

Permalink
Fixed modal width and spacing (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jryu01 authored Feb 16, 2024
1 parent 6e10df3 commit bf6ed5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ main > section {
margin: 0px auto;
padding: 2rem 0;
transition: all 0.15s ease;
/* width: 65vw; */
z-index: 2;
top: 50%;
left: 50%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ async function upload() {
display: flex;
flex-direction: column;
gap: 1rem;
width: 36rem;
}
.main-section section {
Expand All @@ -271,6 +270,7 @@ async function upload() {
.supported-resources {
display: flex;
justify-content: space-between;
margin-bottom: 0.25rem;
div {
display: flex;
Expand Down

0 comments on commit bf6ed5d

Please sign in to comment.