Skip to content

Commit

Permalink
add spacing in non-large desktop view
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikJaiswal75 committed Jun 17, 2023
1 parent e903072 commit fcef85b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Dashboard/Dashboard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $color-white: #fff;
$color-black: #000;

.container {
margin-top: 40px;
margin: 40px auto;
width: 95%;
display: flex;
justify-content: center;
line-height: 2rem;
Expand Down Expand Up @@ -46,11 +47,10 @@ $color-black: #000;
.container {
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
}
.searchBar {
width: 100%;
width: 95%;
margin: 4px;
}
}

0 comments on commit fcef85b

Please sign in to comment.