This commit is contained in:
Curry141 2025-07-25 22:15:38 +02:00 committed by GitHub
parent 370703d590
commit c048a61144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,14 @@
--text-color: #ffffff; --text-color: #ffffff;
--black: #000000; --black: #000000;
} }
@media (max-width: 768px) {
.search-result {
display: block;
width: 95.5%;
}
}
body { body {
background-color: #282828; background-color: #282828;
text-align: center; text-align: center;