Update index.html
This commit is contained in:
parent
2467e581bd
commit
d588c54993
1 changed files with 1 additions and 5 deletions
|
@ -20,7 +20,6 @@
|
||||||
}
|
}
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 6%;
|
width: 6%;
|
||||||
min-width: 75px;
|
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -28,10 +27,7 @@
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.sidebar-icon {
|
.sidebar-icon {
|
||||||
width: 58%;
|
width: 69%;
|
||||||
height: auto;
|
|
||||||
min-width: 68px;
|
|
||||||
min-height: 68px;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue