Change ver 2
This commit is contained in:
parent
c8a6f29af7
commit
9c96a2d174
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue