This commit is contained in:
2025-07-25 22:15:38 +02:00
committed by GitHub
parent 370703d590
commit c048a61144

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;