fix(routes): more ui tweaks

This commit is contained in:
Kaname
2022-09-10 01:54:59 +00:00
parent d7e72519ef
commit 4040b334f5
13 changed files with 15 additions and 18 deletions

View File

@@ -202,7 +202,8 @@ input {
}
.header {
@apply flex flex-row px-4 justify-between items-center lg:fixed w-full z-10;
@apply flex flex-row px-4 justify-between items-center lg:fixed p-5 pl-20 z-10;
background-color: rgba(31, 30, 30, 0.6);
backdrop-filter: blur(20px);
width: 100%;
}