Skip to content
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%;
Comment thread
bharati-21 marked this conversation as resolved.
margin: 4px;
}
Comment thread
bharati-21 marked this conversation as resolved.
}