forked from tfcoop/www_duniayetu
update alignment at mobile
This commit is contained in:
parent
11c05ab3c5
commit
b09d86296a
@ -13,7 +13,7 @@ weight: 1
|
|||||||
|
|
||||||
<div class="px-4 md:px-16 lg:px-28">
|
<div class="px-4 md:px-16 lg:px-28">
|
||||||
|
|
||||||
# **Welcome to**<br>OurZone™
|
# **Welcome to** OurZone™
|
||||||
|
|
||||||
### Realize Your Ultimate Entrepreneurial Dreams with the World’s First Neo-Digital Freezone
|
### Realize Your Ultimate Entrepreneurial Dreams with the World’s First Neo-Digital Freezone
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ weight: 1
|
|||||||
|
|
||||||
<!-- section 2 security -->
|
<!-- section 2 security -->
|
||||||
|
|
||||||
{% row(margin="withContainer" padding="bottom") %}
|
{% row(style="left" margin="withContainer" padding="bottom") %}
|
||||||
|
|
||||||
![placeholder](./img/freezone2.png#mx-auto)
|
![placeholder](./img/freezone2.png#mx-auto)
|
||||||
|
|
||||||
|
@ -139,7 +139,6 @@ img[src*="#fig"] {
|
|||||||
lg:text-lg
|
lg:text-lg
|
||||||
px-8
|
px-8
|
||||||
py-1
|
py-1
|
||||||
mr-5
|
|
||||||
my-4
|
my-4
|
||||||
border-2
|
border-2
|
||||||
shadow
|
shadow
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<img class="w-40 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="Ourworld Logo" />
|
<img class="w-40 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="Ourworld Logo" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="-mr-2 -my-2 lg:hidden">
|
<div class="mr-2 -my-2 lg:hidden">
|
||||||
<button id="hamburger-btn" type="button" class="inline-flex 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="hamburger-btn" type="button" class="inline-flex 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: menu -->
|
<!-- Heroicon name: menu -->
|
||||||
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
|
@ -145,6 +145,11 @@ Parameters:
|
|||||||
{% set col_class = col_class ~ " flex-1" %}
|
{% set col_class = col_class ~ " flex-1" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if "left" in style %}
|
||||||
|
{% set row_class = row_class ~ " text-center lg:text-left md:text-left justify-center " %}
|
||||||
|
{% set col_class = col_class ~ " flex-1" %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if "items-end" in style %}
|
{% if "items-end" in style %}
|
||||||
{% set row_class = row_class ~ " lg:items-end" %}
|
{% set row_class = row_class ~ " lg:items-end" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user