Skip to content

Commit

Permalink
frontend: fix css nits
Browse files Browse the repository at this point in the history
  • Loading branch information
shonsirsha committed Mar 19, 2024
1 parent 9f57a41 commit 3001bce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions frontends/web/src/components/rates/rates.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,3 @@
}
}

@media (max-width: 640px) {
.rotatable::after {
border-bottom: none;
}
}
1 change: 1 addition & 0 deletions frontends/web/src/routes/account/summary/chart.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
.totalUnit {
color: var(--color-secondary);
display: inline-block;
margin-bottom: 5px;
font-size: 1.4rem;
padding: 0 .25rem;
}
Expand Down

0 comments on commit 3001bce

Please sign in to comment.