Skip to content

Commit

Permalink
Merge pull request #23 from Strong-Potato/hotfix-change-rootStyle
Browse files Browse the repository at this point in the history
Hotfix: remove align-item property in #root
  • Loading branch information
NamgungJongMin authored Jan 4, 2024
2 parents 614790f + c708e28 commit b3dcb87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sass/base/_normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ body {
#root {
display: flex;
flex-direction: column;
align-items: center;

position: relative;
overflow-x: hidden;
overflow-y: auto;

width: 500px;
min-width: 360px;
width: 45rem;
min-width: 36rem;
min-height: 100vh;
background: #fff;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
Expand Down

0 comments on commit b3dcb87

Please sign in to comment.