Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RoxanaTorre committed Mar 27, 2024
1 parent f051838 commit 1159662
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ p.source{
.flex-vertical .stat-card{
flex-basis: unset;
}
.ant-select-item-option-content{
font-size: 1rem;
padding: 0.5rem;
margin-top: 0;
}
.ant-select-item{
border-top: 1px solid var(--gray-300);
.ant-select-item-option{
font-size: 1.25rem !important;
white-space: normal !important;
padding: 1rem !important;
border-top: 1px solid var(--gray-400) !important;
line-height: 1.4 !important;
font-family: var(--fontFamily) !important;
}
@media (max-width: 780px){
.debt-stats-container.flex-vertical{
Expand Down

0 comments on commit 1159662

Please sign in to comment.