Skip to content

Commit

Permalink
Merge pull request #23 from r7l/main
Browse files Browse the repository at this point in the history
style: Fix notice box styles
  • Loading branch information
httpjamesm authored Mar 15, 2023
2 parents bfa19bc + 51190f8 commit bdca47a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/question.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdca47a

Please sign in to comment.