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
+12
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;