This commit is contained in:
Curry141 2025-07-26 11:56:16 +02:00 committed by GitHub
parent 0b9903feb7
commit 5e569e15ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
@media (max-width: 768px) {
.search-result {
display: block;
width: 95.5%;
display: block !important;
width: 95.5% !important;
}
}