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

fix: change max width of modal

parent 34caca55
No related branches found
No related tags found
3 merge requests!66Final merge,!42Refactor interactiveSpare to modal,!4Pipeline fix
<template>
<div
v-if="isModalOpen"
class="fixed inset-0 bg-black bg-opacity-50 flex justify-center items-center z-50"
class="fixed inset-0 bg-black bg-opacity-30 flex justify-center items-center z-50 md:-mt-5 md:-mb-5"
>
<div class="bg-white p-6 rounded-lg shadow-lg max-w-sm w-full text-center">
<div class="bg-white p-6 rounded-lg shadow-lg max-w-lg w-full text-center">
<h2 class="title font-bold mb-4">{{ title }}</h2>
<p class="message mb-4">{{ message }}</p>
......
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