Manjse dodelave
parent
31d5c653f0
commit
018b615c98
|
@ -5,7 +5,7 @@
|
|||
<li><NuxtLink to="/pojmi">Manifest</NuxtLink></li>
|
||||
<li><NuxtLink to="https://yugofuturism.kompot.si/user" target="_blank">admin</NuxtLink></li>
|
||||
</ul>
|
||||
<img src="../public/images/zvezda.png">
|
||||
<img src="/images/zvezda.png">
|
||||
<h1> {{ head }} </h1>
|
||||
</section>
|
||||
</template>
|
||||
|
|
|
@ -41,6 +41,12 @@ const urediPojem = async () => {
|
|||
</template>
|
||||
|
||||
<style scoped>
|
||||
@media screen and (min-width: 768px) {
|
||||
PojemForm {
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
.gumb {
|
||||
float: right;
|
||||
margin-right: 1rem;
|
||||
|
|
Loading…
Reference in New Issue