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