Skip to content
Snippets Groups Projects
Commit 2c069250 authored by Ina Martini's avatar Ina Martini
Browse files

fix: refactor placement of help image

parent 4df3b732
No related branches found
No related tags found
3 merge requests!66Final merge,!57General cleanup of application,!4Pipeline fix
<template>
<div class="fixed bottom-5 right-5 hover:cursor-pointer z-50" @click="isModalOpen = true">
<div class="fixed bottom-10 right-10 hover:cursor-pointer z-50" @click="isModalOpen = true">
<img
alt="Hjelp"
class="h-10 transition-transform duration-300 ease-in-out hover:scale-110"
class="h-12 transition-transform duration-300 ease-in-out hover:scale-110"
src="@/assets/hjelp.png"
/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment