Forgot the width
This commit is contained in:
parent
d0f9d2b6c2
commit
706e8b8c4e
|
@ -67,9 +67,10 @@ body {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
transition: all 0.3s ease 0s;
|
transition: all 0.3s ease 0s;
|
||||||
color: rgb(118, 181, 197);
|
color: rgb(118, 181, 197);
|
||||||
width: 318;
|
width: 318px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Reference in New Issue