Upedenano
parent
7c6560740a
commit
d13b5d33a1
15
nuxt/app.vue
15
nuxt/app.vue
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue