Skip to content

Commit

Permalink
fix tag styling
Browse files Browse the repository at this point in the history
  • Loading branch information
leihelen committed Dec 15, 2024
1 parent ec58002 commit 04c6c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/modules/Course/Styles/CornelliansSay.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@
font-size: 16px;
display: flex;
height: 25px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 16px;
background: #FFF;
padding: 0 10px;
min-height: 25px;
}

.positiveTag {
Expand Down

0 comments on commit 04c6c04

Please sign in to comment.