mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-06 00:01:41 +00:00
feat: personalIdErrorModal bigger on <lg screens
This commit is contained in:
parent
049fb88220
commit
747c261db8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
{#if isOpened}
|
{#if isOpened}
|
||||||
<SvelteToast />
|
<SvelteToast />
|
||||||
<Modal on:close={close}>
|
<Modal on:close={close}>
|
||||||
<div class="w-[60vw] h-[40vh] flex flex-col items-center relative">
|
<div class="w-[80vw] lg:w-[60vw] h-[40vh] flex flex-col items-center relative">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="mt-6 text-4xl text-center text-sspsBlueDark font-bold">
|
<h1 class="mt-6 text-4xl text-center text-sspsBlueDark font-bold">
|
||||||
Vaše rodné číslo <span class="underline">není</span>
|
Vaše rodné číslo <span class="underline">není</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue