Wrap Answers heading on narrow screens

Otherwise it would overflow on the x-axis.
This commit is contained in:
Nguyễn Gia Phong 2024-04-22 23:23:03 +09:00
parent be3535eef2
commit 9d74a07ae2
No known key found for this signature in database
GPG key ID: 84B69CE6F3F6B767

View file

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