Update main.css

This commit is contained in:
drazhenga 2020-06-25 05:29:32 -04:00 committed by GitHub
parent f4352e6d61
commit 5f7fa5d1b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,6 @@ div {
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
width: 60%; width: 60%;
margin-left: -300px;
} }
.list { .list {
@ -58,30 +57,6 @@ div {
display: inline-block; display: inline-block;
} }
.allages {
width: 50px;
height: 40px;
position: relative;
top: -60px;
left: 50%;
}
.ticket {
width: 75px;
height: 40px;
position: relative;
top: -60px;
left: 50%;
}
.time {
width: 50px;
height: 50px;
position: relative;
top: -60px;
left: 50%;
}
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;
} }
@ -127,7 +102,6 @@ div {
} }
.button { .button {
width: 60%; width: 60%;
margin-right: -300px;
} }
.list { .list {
@ -143,15 +117,7 @@ div {
::-webkit-scrollbar { ::-webkit-scrollbar {
display: none; display: none;
} }
.allages {
display: none;
}
.ticket {
display: none;
}
.time {
display: none;
}
#credits { #credits {
color: white; color: white;
font-size: 2.5vw; font-size: 2.5vw;