Forgot the width

This commit is contained in:
Tracker-Friendly 2024-02-16 17:18:02 +00:00
parent d0f9d2b6c2
commit 706e8b8c4e
1 changed files with 2 additions and 1 deletions

View File

@ -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 {