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