alert styling tweak

This commit is contained in:
Nathan McCarty 2025-02-11 17:55:27 -05:00
parent 9151bcf04c
commit 6fd61d7524

View file

@ -5,7 +5,7 @@
.warning, .warning,
.caution { .caution {
display: flex; display: flex;
flex-direction: row; flex-direction: column;
width: 75%; width: 75%;
box-sizing: border-box; box-sizing: border-box;
background-color: var(--bg-1); background-color: var(--bg-1);
@ -36,7 +36,7 @@
.warning .title p::before, .warning .title p::before,
.caution .title p::before { .caution .title p::before {
font-family: 'boxicons' !important; font-family: 'boxicons' !important;
font-size: 4rem; font-size: 3rem;
} }
/* Notes */ /* Notes */