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 @@
+
+
-
+
- JUGOFUTURIZEM
+
+ MANIFEST
+ JUGOFUTURIZEM
@@ -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 @@