Skip to content

Commit

Permalink
! Fix style issue introduced in FreeTubeApp#2398
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jul 20, 2022
1 parent e6fdfa5 commit 9ea419c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/renderer/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@

.banner {
width: 80%;
margin: 0 auto;
margin: 20px auto 0;
}

.flexBox {
margin-top: 60px;
display: block;
}

Expand All @@ -45,7 +44,7 @@

.banner {
width: 80%;
margin-top: 60px;
margin-top: 20px;
}

.flexBox {
Expand Down

0 comments on commit 9ea419c

Please sign in to comment.