Skip to content

Commit

Permalink
fix categorys add widget cards
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed Dec 12, 2023
1 parent dd991ff commit 3f4a837
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion scss/apps/hydriam.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}

#menu-category {
margin-top: 5px;
background: var(--system-background);
border-radius: var(--system-border);
padding: 5px;
Expand Down Expand Up @@ -114,3 +113,19 @@
justify-content: flex-start;
flex-direction: initial;
}

.widget-card {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 6px;
border-radius: var(--system-border);
background: var(--system-background);
}

.temp-text {
display: flex;
align-self: center;
justify-content: center;
}

0 comments on commit 3f4a837

Please sign in to comment.