fixed the iframe responsiveness
This commit is contained in:
parent
6a9c502f77
commit
103e53b321
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ import Layout from "../layouts/Layout.astro";
|
|||
</div>
|
||||
<!-- Regular White BG -->
|
||||
<div
|
||||
class="bg-white h-[90em] 2xl:h-[50em] flex justify-center items-center"
|
||||
class="bg-white h-[90em] lg:h-[50em] flex justify-center items-center"
|
||||
>
|
||||
<div class="flex flex-wrap justify-center space-y-20">
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue