diff --git a/frontend/src/lib/components/horisontal_bar.svelte b/frontend/src/lib/components/horisontal_bar.svelte index ad05f21..753a080 100644 --- a/frontend/src/lib/components/horisontal_bar.svelte +++ b/frontend/src/lib/components/horisontal_bar.svelte @@ -24,7 +24,7 @@ diff --git a/frontend/src/lib/css/global.css b/frontend/src/lib/css/global.css index 67d9e2e..f6e5d73 100644 --- a/frontend/src/lib/css/global.css +++ b/frontend/src/lib/css/global.css @@ -66,6 +66,9 @@ button { .horisontal-bar * { margin: 0; margin-right: 0.5rem; +} + +.horisontal-bar p { align-content: center; } diff --git a/frontend/src/lib/css/themes.css b/frontend/src/lib/css/themes.css index 6636594..ddc0a8d 100644 --- a/frontend/src/lib/css/themes.css +++ b/frontend/src/lib/css/themes.css @@ -16,7 +16,7 @@ color: black; } - .cover .image { + .cover .img-div { background-color: white; } @@ -43,7 +43,7 @@ color: white; } - .cover .image { + .cover .img-div { background-color: #131A22; }