From 8ebf402c5929108857186ba57255e6c101f2167f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurij=20Podgor=C5=A1ek?= Date: Mon, 15 Jan 2024 14:36:39 +0100 Subject: [PATCH] Glava - menjaj barvo, naslov pri strani manifest --- nuxt/app.vue | 5 ++++- nuxt/components/Glava.vue | 20 +++++++++++++++++--- nuxt/pages/index.vue | 2 ++ 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/nuxt/app.vue b/nuxt/app.vue index 00aee22..76d1c8a 100644 --- a/nuxt/app.vue +++ b/nuxt/app.vue @@ -9,6 +9,9 @@ diff --git a/nuxt/components/Glava.vue b/nuxt/components/Glava.vue index 002482c..4871039 100644 --- a/nuxt/components/Glava.vue +++ b/nuxt/components/Glava.vue @@ -1,12 +1,21 @@ + + @@ -19,10 +28,14 @@ justify-content: center; align-items: center; } +.glava.manifest { + background: var(--rdeca) +} h1 { font-family: Trailers; font-size: 5rem; + z-index: 50; } img { @@ -30,7 +43,7 @@ img { top: 0; left: 0; width: 100%; - z-index: -1; + z-index: 10; } .meni { @@ -41,6 +54,7 @@ img { display: flex; margin: 0; justify-content: space-between; + z-index: 100; } .meni a { diff --git a/nuxt/pages/index.vue b/nuxt/pages/index.vue index 79144d9..67af835 100644 --- a/nuxt/pages/index.vue +++ b/nuxt/pages/index.vue @@ -1,5 +1,6 @@