forked from rDrama/rDrama
1
0
Fork 0

fix alert padding

master
Aevann 2023-12-01 21:58:23 +02:00
parent 1a1c64f385
commit 6a3eb47cfb
1 changed files with 4 additions and 0 deletions

View File

@ -400,3 +400,7 @@ blockquote {
.toast-body {
padding: 1rem 0.75rem 0.75rem 0.75rem;
}
.alert {
padding: 0.75rem 3rem 0.5rem 1rem;
}