Update index.html
This commit is contained in:
parent
a2d8b6f549
commit
ebc7cbe3ed
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 90%;
|
height: 94.2%;
|
||||||
}
|
}
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
.sidebar-icon {
|
.sidebar-icon {
|
||||||
width: 8%;
|
width: 80%;
|
||||||
height: 8%;
|
height: auto;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background-color 0.3s;
|
transition: background-color 0.3s;
|
||||||
|
|
Loading…
Reference in a new issue