fix padding
This commit is contained in:
parent
14e5f0377e
commit
c8bafdcd69
1 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@ import Layout from "../layouts/Layout.astro";
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="sm:order-1 sm:pb-24 2xl: 2xl:order-2 flex flex-col justify-center items-center"
|
class="sm:order-1 sm:pb-24 2xl:pb-0 2xl:order-2 flex flex-col justify-center items-center"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/backgrounds/micromouse.png"
|
src="/backgrounds/micromouse.png"
|
||||||
|
@ -73,9 +73,10 @@ import Layout from "../layouts/Layout.astro";
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="sm:order-1 sm:pb-24 2xl: 2xl:order-2 flex flex-col justify-center items-center"
|
class="sm:order-1 sm:pb-24 2xl:pb-0 2xl:order-2 flex flex-col justify-center items-center"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
class="justify-center items-center"
|
||||||
src="/backgrounds/sp22qp.png"
|
src="/backgrounds/sp22qp.png"
|
||||||
width="75%"
|
width="75%"
|
||||||
height="75%"
|
height="75%"
|
||||||
|
|
Loading…
Reference in a new issue