Wrap Answers heading on narrow screens (#112)
Otherwise it would overflow on the x-axis.
This commit is contained in:
parent
e020639a3b
commit
84991a6486
@ -132,6 +132,7 @@ img {
|
||||
|
||||
.answers-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user