Change ver 2

This commit is contained in:
drazhenga 2020-06-25 01:34:23 -04:00 committed by GitHub
parent c8a6f29af7
commit 9c96a2d174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,8 @@ body {
}
.logo {
width: 60%;
height: 20%;
width: 80%;
height: ;
padding-top: 20px;
}
@ -127,7 +127,7 @@ li {
display: inline-block;
}
.button {
width: 95%;
width: 70%;
}
.list {
font-size: 6vw;
@ -136,8 +136,8 @@ li {
padding-left: 0;
}
.buttons {
display: -ms-inline-grid;
display: inline-grid;
display: -ms-inline-block;
display: inline-block;
}
::-webkit-scrollbar {
display: none;