fix size
This commit is contained in:
parent
eca749e729
commit
ec18de7183
@ -54,7 +54,7 @@ Me created an enviroment that meets people’s personal and professional needs
|
||||
|
||||
{% row(style="center" margin="narrow") %}
|
||||
|
||||

|
||||

|
||||
|
||||
|||
|
||||
|
||||
@ -140,7 +140,7 @@ Enjoy all the cultural, natural, sports and networking evnts of the locations!
|
||||
|
||||
<!-- section 5 -->
|
||||
|
||||
{% row(style="center margin") %}
|
||||
{% row(style="center" margin="narrow") %}
|
||||
|
||||
## REGENERATE <br /> YOURSELF
|
||||
|
||||
@ -157,7 +157,7 @@ empowers the local community!
|
||||
|
||||
<!-- section 6 -->
|
||||
|
||||
{% row(style="center margin narrow") %}
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
|
||||
## START YOUR QURWORLD <br> EXPERIENCE NOW!
|
||||
|
||||
@ -167,7 +167,7 @@ Begin your nomadic journey with us.
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(margin="header" bgPath="RGAsset21.png" bgStyle="full") %}
|
||||
{% row(margin="header" bgPath="journey.jpg" bgStyle="full") %}
|
||||
|
||||
<div class="img"></div>
|
||||
|
||||
|
BIN
content/home/journey.jpg
Normal file
BIN
content/home/journey.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 636 KiB |
BIN
content/home/location.jpg
Normal file
BIN
content/home/location.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
@ -78,23 +78,23 @@ img[src*="#tft_img"] {
|
||||
h1 {
|
||||
@apply text-3xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
|
||||
font-family: "lato", sans-serif;
|
||||
line-height: 0.8;
|
||||
line-height: 0.9;
|
||||
|
||||
}
|
||||
h1 strong {
|
||||
@apply font-medium;
|
||||
}
|
||||
h2 {
|
||||
@apply text-3xl md:text-4xl lg:text-5xl xl:text-8xl font-bold leading-none my-4;
|
||||
@apply text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
|
||||
font-family: "lato", sans-serif;
|
||||
line-height: 0.8;
|
||||
font-size:4.5rem
|
||||
line-height: 0.9;
|
||||
|
||||
}
|
||||
h2 strong {
|
||||
@apply font-medium;
|
||||
}
|
||||
h3 {
|
||||
@apply text-xl lg:text-3xl font-normal my-4;
|
||||
@apply text-xl lg:text-4xl font-normal my-4;
|
||||
}
|
||||
h3 strong {
|
||||
@apply font-medium;
|
||||
|
@ -15,7 +15,7 @@
|
||||
{% set footer_class = config.extra.footer_class | default(value='') %}
|
||||
<div class="{{ footer_class ~ ' -mx-20'}}">
|
||||
<img src="{{get_url(path='images/RGAsset8.png')}}" class="w-60" alt="">
|
||||
<p class="text-center">OURWORLD <br /> DFIGITAL NOMADS</p>
|
||||
<h3 class="text-center">OURWORLD <br /> DFIGITAL NOMADS</h3>
|
||||
</div>
|
||||
{% endif %}
|
||||
</footer>
|
Reference in New Issue
Block a user