Skip to content

Commit

Permalink
🐛 bug fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriAlves5 committed Oct 25, 2023
1 parent 72365be commit 1b044fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.App-header {
font-family:Jost;
font-family:'Jost',sans-serif;
background-color: #282c34;
min-height: 100vh;
display: flex;
Expand Down
2 changes: 0 additions & 2 deletions src/style/pages/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
}

.page-text-home{
width: inherit;
height: inherit;
width: 38vw;
height: auto;
display: flex;
Expand Down

0 comments on commit 1b044fa

Please sign in to comment.