mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-22 22:08:59 +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}
|
||||
<SvelteToast />
|
||||
<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>
|
||||
<h1 class="mt-6 text-4xl text-center text-sspsBlueDark font-bold">
|
||||
Vaše rodné číslo <span class="underline">není</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue