fix mobile version

git-svn-id: file:///var/kolibrios-org-repos@24 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2021-06-22 11:02:29 +00:00
parent 297fde7229
commit d66284c460

View File

@ -225,9 +225,9 @@ td {
#carousel {
position: fixed;
bottom:0;
width: 500px;
width: 420px;
padding: 0 7px;
left: calc(50% - 250px);
left: calc(50% - 210px);
border-radius: 5px 5px 0 0;
text-align: center;
background: #333;
@ -281,6 +281,14 @@ iframe {
display: none !important;
visibility: collapse;
}
#show {
display: inline;
margin: 0;
display: block;
border: none;
overflow: visible;
margin-top: 40px;
}
.download table a {
float: left;
display: block;