Wrap Answers heading on narrow screens (#112)

Otherwise it would overflow on the x-axis.
This commit is contained in:
McSinyx 2024-04-25 14:11:25 +09:00 committed by GitHub
parent e020639a3b
commit 84991a6486
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,6 +132,7 @@ img {
.answers-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}