Skip to content

Commit

Permalink
Solved bug for showing space between between main two divs refer issue
Browse files Browse the repository at this point in the history
…covid19india#73

There is no space between "INDIA COVID-19 TRACKER" and "STATISTICS BY STATE" titled div in laptop view
by reducing margin 5rem on home div solves the issue
  • Loading branch information
jaymovaliya committed Mar 25, 2020
1 parent 6503709 commit 6066140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ h6 {
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
margin-left: 10rem;
margin-right: 10rem;
margin-left: 5rem;
margin-right: 5rem;
.home-left, .home-right {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -983,4 +983,4 @@ footer {
> * + * {
margin-left: 8px;
}
}
}

0 comments on commit 6066140

Please sign in to comment.