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 {
|
.answers-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user