fix mobile issue

This commit is contained in:
Ehab Hassan 2023-07-27 14:36:10 +03:00
parent 9300ec909d
commit b20c0e5a10
4 changed files with 8 additions and 1 deletions

View File

@ -10,6 +10,8 @@ weight: 4
{% row(margin="narrow" padding="both" id="botanical") %}
<br>
### Mbweni Botanical Garden & Restoration Project
<p>The gardens around the Mbweni ruins are beautiful, and they are being revived to become even more majestic. The garden is mature, with a wide variety of fine tree specimens and other interesting plants, including coral rag forest on the cliff and mangroves on the shoreline. Its mature and jungle atmosphere is only found in a few other places in Zanzibar and Pemba.</p>

View File

@ -7,8 +7,11 @@ draft: false
weight: 4
---
{% row(bgColor="#F2F2F2" margin="narrow" id="mangrove" padding="both") %}
<br>
![Mbweni Mangrove Beach](img/mangrove_beach.png#mx-auto#medium)

View File

@ -11,6 +11,8 @@ weight: 8
{% row(bgColor="#F2F2F2" margin="narrow" padding="both" id="ruins") %}
<br>
![Ruins](img/mbweniruins3.jpeg#mx-auto#medium)

View File

@ -112,7 +112,7 @@
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
<button id="close-hamburger-btn" type="button" class="hidden lg:hidden inline-flex mr-4 items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
<button id="close-hamburger-btn" type="button" class="hidden mr-4 lg:hidden inline-flex mr-4 items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
<!-- Heroicon name: x -->
<svg class="h-6 w-6 text-black" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />