mirror of
https://github.com/Daniongithub/startfermate.git
synced 2025-10-02 13:51:07 +00:00
Add files via upload
Version 2
This commit is contained in:
@@ -8,6 +8,14 @@
|
|||||||
--text-color: #ffffff;
|
--text-color: #ffffff;
|
||||||
--black: #000000;
|
--black: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.search-result {
|
||||||
|
display: block !important;
|
||||||
|
width: 95.5% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -101,11 +109,6 @@ a {
|
|||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.search-result {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#bacino,
|
#bacino,
|
||||||
#searchBar {
|
#searchBar {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@@ -115,7 +118,8 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: fixed;
|
position: relative;
|
||||||
bottom: 0px;
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
Reference in New Issue
Block a user