Fix
This commit is contained in:
parent
370703d590
commit
c048a61144
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue