Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
improved responsiveness
  • Loading branch information
DevanshCodes committed Jun 3, 2020
commit e4ac844b5c221b1f77b45f00d69f9cb6782d6ba6
2 changes: 1 addition & 1 deletion src/components/projects/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
width: 21 rem;
background-color: #f3f3f3;
.cardcontent {
height: 25rem;
height: 60vh;
overflow-y: auto;
}
.projectcardheader {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dashboard/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Dashboard extends Component {
</div>
</div>
</div>
<Card style={{ width: "93%" }} className="card">
<Card className="card">
<Projects/>
</Card>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/dashboard/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
font-family: Bebas Neue;
}
.card {
margin: 28px 70px 0 40px;
margin: 1.1em 4.25em 0 2.75em;
}


Expand All @@ -40,7 +40,7 @@
}

.start {
margin-top: 30px;
margin-top: 2.5em;
margin-right: 70px;
display: flex;
justify-content: space-between;
Expand Down