Skip to content

Commit

Permalink
Shrink the font size of alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed Apr 10, 2024
1 parent 8e51014 commit 9403ce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions v0/css/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

/* Alert Styles */
.alert {
padding: 15px;
padding: 10px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
position: relative;
padding-right: 35px;
font-size: 14px;
}

.alert.error {
Expand Down Expand Up @@ -46,7 +47,7 @@
.alert-close {
position: absolute;
right: 10px;
top: 15px;
top: 10px;
cursor: pointer;
}

Expand Down

0 comments on commit 9403ce4

Please sign in to comment.