Upedenano

pull/26/head
Jurij Podgoršek 2024-01-17 19:04:12 +01:00
parent 7c6560740a
commit d13b5d33a1
1 changed files with 8 additions and 7 deletions

View File

@ -1,18 +1,14 @@
<template> <template>
<section class="yufu"> <section class="yufu">
<Glava /> <Glava />
<section class="body"> <div class="vsebina">
<NuxtPage /> <NuxtPage />
</section> </div>
</section> </section>
</template> </template>
<style> <style>
.body {
position: relative;
z-index: 50;
}
:root { :root {
--siva: #D9D9D9; --siva: #D9D9D9;
--bela: #fff; --bela: #fff;
@ -27,10 +23,15 @@
h1 { h1 {
text-align: center; text-align: center;
font-size: 2.5rem; font-size: 5rem;
margin: .2rem 0 1rem 0; margin: .2rem 0 1rem 0;
} }
.vsebina {
position: relative;
z-index: 50;
}
.stran { .stran {
position: relative; position: relative;
background: var(--bela); background: var(--bela);