Skip to content

Commit bdca47a

Browse files
authored
Merge pull request #23 from r7l/main
style: Fix notice box styles
2 parents bfa19bc + 51190f8 commit bdca47a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

public/question.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,18 @@ img {
140140
margin-bottom: 1rem;
141141
}
142142

143+
.s-notice .d-flex {
144+
display: flex;
145+
}
146+
147+
.s-notice .mr8 {
148+
margin-right: 1rem;
149+
}
150+
151+
.s-notice svg {
152+
height: 1rem;
153+
}
154+
143155
.answers-header {
144156
display: flex;
145157
justify-content: space-between;

0 commit comments

Comments
 (0)