mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +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>
|
||||
<div class="form relative">
|
||||
<div class="overflow-scroll h-[65%] 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="overflow-scroll md:h-auto absolute bottom-3/12 flex flex-col w-full">
|
||||
<div class="h-32 w-32 <md:h-24 <md:w-24 self-center mb-4">
|
||||
<SchoolBadge />
|
||||
</div>
|
||||
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden"></form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue