Skip to content

Commit

Permalink
feat: card rounding removed on width 1024 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
mythter committed Sep 16, 2024
1 parent 336500d commit 25f4fd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
}
.card {
@include mut.sized(100%, 495px);
@include mut.full-rounded(0);
background-color: rgba(0, 0, 0, 0) !important;
box-shadow: none;
.rightSider{
Expand Down

0 comments on commit 25f4fd7

Please sign in to comment.