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 {
|
||||
width: 6%;
|
||||
min-width: 75px;
|
||||
background-color: #333;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -28,10 +27,7 @@
|
|||
padding-top: 10px;
|
||||
}
|
||||
.sidebar-icon {
|
||||
width: 58%;
|
||||
height: auto;
|
||||
min-width: 68px;
|
||||
min-height: 68px;
|
||||
width: 69%;
|
||||
height: auto;
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue