Skip to content

Commit

Permalink
edited Tasks style
Browse files Browse the repository at this point in the history
  • Loading branch information
ha77an committed Jun 9, 2020
1 parent 7315d6d commit 21be660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion client/src/components/pages/application/Tasks/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
padding: 0.5rem;
}

.Task_container_page h6{
font-size: 1.5rem;
}

@media only screen and (max-width: 1150px) {

.Task_container_page {
Expand Down Expand Up @@ -103,6 +107,7 @@
width: 30rem;
z-index: 1;
margin-left: 10rem;
padding-right: 15%;
padding-right: 10%;
margin-top: 2rem;
}
}
2 changes: 1 addition & 1 deletion client/src/components/pages/application/Tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Tasks = ({ userId, userData }) => {

{data.map(({ taskName, taskDescription }, index) => (
<div>
<Typography variant="h6" align="left">
<Typography variant="h5" align="left">
<Checkbox
index={index}
onClick={(e) => {
Expand Down

0 comments on commit 21be660

Please sign in to comment.