mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-06 08:10:20 +00:00
fix: register mobile view fixes
This commit is contained in:
parent
e512a6c2ef
commit
ff7374accc
1 changed files with 2 additions and 2 deletions
|
|
@ -332,8 +332,8 @@
|
||||||
|
|
||||||
<SplitLayout>
|
<SplitLayout>
|
||||||
<div class="form relative">
|
<div class="form relative">
|
||||||
<div class="overflow-scroll h-[65%] md:h-auto absolute bottom-3/12 flex flex-col w-full">
|
<div class="overflow-scroll md:h-auto absolute bottom-3/12 flex flex-col w-full">
|
||||||
<div class="h-32 w-32 <md:hidden self-center mb-4">
|
<div class="h-32 w-32 <md:h-24 <md:w-24 self-center mb-4">
|
||||||
<SchoolBadge />
|
<SchoolBadge />
|
||||||
</div>
|
</div>
|
||||||
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden"></form>
|
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden"></form>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue