Merge pull request #23 from r7l/main

style: Fix notice box styles
This commit is contained in:
httpjamesm 2023-03-15 13:32:30 -04:00 committed by GitHub
commit bdca47a51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,18 @@ img {
margin-bottom: 1rem;
}
.s-notice .d-flex {
display: flex;
}
.s-notice .mr8 {
margin-right: 1rem;
}
.s-notice svg {
height: 1rem;
}
.answers-header {
display: flex;
justify-content: space-between;