mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-19 21:39:24 +00:00
Wrap Answers heading on narrow screens (#112)
Otherwise it would overflow on the x-axis.
This commit is contained in:
parent
e020639a3b
commit
84991a6486
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ img {
|
|||
|
||||
.answers-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue