Skip to content

Commit

Permalink
fix : responsive for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sludovicdelys committed May 27, 2024
1 parent 1ff14d7 commit 2509d63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install and build
run: npm install && npm run build
Expand Down
16 changes: 16 additions & 0 deletions src/components/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,20 @@
width: 95%;
flex-direction: column;
}
}

@media (max-width: 400px) {
.input {
width: 90%;
}

.todos {
width: 90%;
margin-bottom : 10px;
}

.container {
width: 90%;
flex-direction: column;
}
}

0 comments on commit 2509d63

Please sign in to comment.