mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 05:51:56 +00:00
feat: fix layout on page 2
This commit is contained in:
parent
76b12e56bf
commit
5a5663e4cc
1 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@
|
||||||
<p class="block mt-8 font-light text-sspsGray text-center">
|
<p class="block mt-8 font-light text-sspsGray text-center">
|
||||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /> Fusce suscipit libero eget elit.
|
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /> Fusce suscipit libero eget elit.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex flex-col w-full">
|
<div class="flex flex-row md:flex-col w-full">
|
||||||
<span class="w-full mt-8">
|
<span class="w-full mt-8">
|
||||||
<TextField
|
<TextField
|
||||||
type="text"
|
type="text"
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
bind:value={$form.birthSurname}
|
bind:value={$form.birthSurname}
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<span class="w-full mt-8">
|
<span class="w-full mt-8 ml-2 md:ml-0">
|
||||||
<TextField
|
<TextField
|
||||||
error={$errors.birthPlace}
|
error={$errors.birthPlace}
|
||||||
on:change={handleChange}
|
on:change={handleChange}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue