Manjse dodelave

pull/26/head
Jurij Podgoršek 2024-01-06 18:05:53 +01:00
parent 31d5c653f0
commit 018b615c98
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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;