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