Skip to content

Commit

Permalink
- Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
souljja committed Feb 23, 2024
1 parent 2e7f162 commit 66360cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/app.styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.page {
display: flex;
flex-direction: column;
min-height: 100%;
}

.card {
padding: 2em;
flex-grow: 1;
background-color: wheat;
}
1 change: 1 addition & 0 deletions src/components/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.footer {
display: flex;
flex-direction: column;
text-align: center;
gap: 36px;
font-family: Lato, sans-serif;
padding: 24px 16px 32px;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ ol, ul {

#root {
isolation: isolate;
min-height: 100%;
height: 100%;
}

0 comments on commit 66360cd

Please sign in to comment.