Skip to content

Commit

Permalink
Fix text-align in Houses Landing
Browse files Browse the repository at this point in the history
- Main title was wrapping and aligned left on narrower views
  • Loading branch information
taesungh committed Jan 9, 2024
1 parent 8bea4f6 commit 2066f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/Houses/sections/Landing.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
display: grid;
place-content: center;
row-gap: 20px;
text-align: center;

& > * {
display: grid;
* {
place-self: center;
}

Expand Down

0 comments on commit 2066f89

Please sign in to comment.