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