Skip to content

Commit

Permalink
Fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
cgjgh committed Nov 10, 2024
1 parent 31c48e0 commit 4a4a037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/stylesheets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ main {
justify-content: center;
text-align: center;
padding: 1.5rem 2rem;
margin: 1rem;
border-radius: var(--group-border-radius, 6px);
border: 1px solid rgb(var(--v-theme-group-outline, 209, 209, 209)); /* Fallback to light gray (#d1d1d1) */
color: rgb(var(--v-theme-on-group-background, 34, 34, 34)); /* Fallback to dark gray (#222) */
Expand Down

0 comments on commit 4a4a037

Please sign in to comment.