Update index.html
This commit is contained in:
parent
7b2967d26a
commit
47fb095dbd
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 47em;
|
height: 96.9%;
|
||||||
}
|
}
|
||||||
.sidebar {
|
.sidebar {
|
||||||
width: 6%;
|
width: 6%;
|
||||||
|
@ -85,6 +85,7 @@
|
||||||
}
|
}
|
||||||
.status-bar {
|
.status-bar {
|
||||||
height: 2%;
|
height: 2%;
|
||||||
|
width: 100%;
|
||||||
background-color: #007acc;
|
background-color: #007acc;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue