Fixed the responsive design and the header

This commit is contained in:
sageTheDM 2024-10-08 10:24:13 +02:00
parent 07c1f8366a
commit 7ba4d29253
4 changed files with 18 additions and 6 deletions

View file

@ -118,4 +118,7 @@ header {
.show-hide-btn{
width: fit-content;
align-self: left;
}
position: absolute;
left: 10vw;
cursor: pointer;
}