style: remove padding from :last-child of alert

This commit is contained in:
Oliver Booth 2023-08-08 21:04:50 +01:00
parent 68bff36fa6
commit 0120ac6dee
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 4 additions and 0 deletions

View File

@ -184,3 +184,7 @@ article blockquote {
border-left: 2px solid #f03;
padding-left: 10px;
}
div.alert *:last-child {
margin-bottom: 0 !important;
}