parent
8696b0a703
commit
e22154f9ea
|
@ -8,6 +8,14 @@
|
|||
--text-color: #ffffff;
|
||||
--black: #000000;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.search-result {
|
||||
display: block !important;
|
||||
width: 95.5% !important;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #282828;
|
||||
text-align: center;
|
||||
|
@ -101,11 +109,6 @@ a {
|
|||
color: orange;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.search-result {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
#bacino,
|
||||
#searchBar {
|
||||
padding: 10px;
|
||||
|
@ -115,7 +118,8 @@ a {
|
|||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in New Issue