This commit is contained in:
parent
14e8d1e9e9
commit
d6ebbfcb20
5
base.css
5
base.css
@ -33,6 +33,7 @@ main{
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 68px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0 0 2px;
|
border-width: 0 0 2px;
|
||||||
@ -40,7 +41,7 @@ main{
|
|||||||
.home-button, .sort-button{
|
.home-button, .sort-button{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 84px;
|
width: 84px;
|
||||||
height: 62px;
|
height: 66px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -114,7 +115,7 @@ main{
|
|||||||
}
|
}
|
||||||
.menu a{
|
.menu a{
|
||||||
display: block;
|
display: block;
|
||||||
padding: 20px 18px;
|
padding: 24px 16px;
|
||||||
}
|
}
|
||||||
.hmb{
|
.hmb{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user