Update navbar styling and fix subtitle padding

This commit is contained in:
Andras Bacsai
2024-03-22 13:47:54 +01:00
parent ec051eba38
commit 503b86ac13
6 changed files with 9 additions and 12 deletions

View File

@@ -156,7 +156,7 @@ option {
}
.navbar-main {
@apply flex items-end gap-6 pb-2 border-b-2 border-solid border-coolgray-200;
@apply flex items-center h-10 gap-6 pb-2 border-b-2 border-solid border-coolgray-200;
}
.loading {
@@ -235,7 +235,7 @@ option {
}
.subtitle {
@apply pt-2 pb-10;
@apply pt-2 pb-9;
}
.fullscreen {