Skip to content

Commit

Permalink
Remove border on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Dec 14, 2023
1 parent 0904e81 commit 3a8c340
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/components/Pannel/Pannel.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@
border-top: none;
}

@media (max-width: 700px) {
.typeA .wrapper {
border: none;
}
}

.typeA .content {
padding: 0;
}
Expand Down

0 comments on commit 3a8c340

Please sign in to comment.