Update index.html
This commit is contained in:
parent
d1345e28bb
commit
30694d7e7e
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@
|
|||
}
|
||||
.container {
|
||||
display: flex;
|
||||
height: 97.4%;
|
||||
height: 97.32%;
|
||||
}
|
||||
.sidebar {
|
||||
width: 6.9%;
|
||||
width: 4.2%;
|
||||
background-color: #333;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -27,7 +27,7 @@
|
|||
padding-top: 10px;
|
||||
}
|
||||
.sidebar-icon {
|
||||
width: 64%;
|
||||
width: 42%;
|
||||
height: auto;
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue