mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2024-12-06 19:16:43 +01:00
Wrap Answers heading on narrow screens (#112)
Otherwise it would overflow on the x-axis.
This commit is contained in:
@@ -132,6 +132,7 @@ img {
|
||||
|
||||
.answers-header {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user