Skip to content

Commit

Permalink
style fixes for theme cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Jan 5, 2025
1 parent 6653123 commit c4e5305
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/styles/me/themes.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
height: 60%;
border-radius: 10px;
display: flex;
gap: 5px;
gap: calc(32px - .8rem * 2);
align-items: center;
justify-content: center;
padding: 10px;
Expand All @@ -32,12 +32,14 @@
.icon {
width: 2rem;
height: 2rem !important;
flex-shrink: 0;
flex-grow: 0;
}

.text_container {
width: 80%;
height: 2rem !important;
gap: 5px;
justify-content: space-between;
display: flex;
flex-direction: column;

Expand Down

0 comments on commit c4e5305

Please sign in to comment.