Fixed event form

This commit is contained in:
Torsten Schulz
2024-07-09 18:17:33 +02:00
parent 1bc7339159
commit 2b9d11f849
4 changed files with 27 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="right-column">
<div>
<img :src="currentImage" alt="Cross" />
</div>
</template>
@@ -56,10 +56,6 @@ export default {
</script>
<style scoped>
.right-column {
background-color: #d9e2f3;
}
.right-column h2 {
text-align: center;
color: #000;