Skip to content

Commit

Permalink
Reduce margins on Task Module
Browse files Browse the repository at this point in the history
  • Loading branch information
amyzhao1321 authored and jotrick committed Oct 2, 2019
1 parent 5ea36b7 commit 5c21078
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
border-radius: 0.3rem;
width: 42rem;
padding: 1.6rem !important;
margin-top: 1.6rem !important;
margin-top: 0.6rem !important;
}
}

Expand Down Expand Up @@ -201,7 +201,7 @@
width: 42rem;
padding: 1.6rem !important;
background-color: #2D2C2C !important;
margin-top: 1.6rem !important;
margin-top: 0.6rem !important;
}

.ac-textBlock {
Expand Down Expand Up @@ -313,7 +313,7 @@
width: 42rem;
padding: 1.6rem !important;
background-color: #000 !important;
margin-top: 1.6rem !important;
margin-top: 0.6rem !important;
}

.ac-textBlock {
Expand Down

0 comments on commit 5c21078

Please sign in to comment.