diff --git a/content/home/index.md b/content/home/index.md
index 5d76f3c..b884057 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -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!
-{% row(style="center margin") %}
+{% row(style="center" margin="narrow") %}
## REGENERATE
YOURSELF
@@ -157,7 +157,7 @@ empowers the local community!
-{% row(style="center margin narrow") %}
+{% row(style="center" margin="narrow" padding="top") %}
## START YOUR QURWORLD
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") %}
diff --git a/content/home/journey.jpg b/content/home/journey.jpg
new file mode 100644
index 0000000..e2adda7
Binary files /dev/null and b/content/home/journey.jpg differ
diff --git a/content/home/location.jpg b/content/home/location.jpg
new file mode 100644
index 0000000..352201b
Binary files /dev/null and b/content/home/location.jpg differ
diff --git a/css/index.css b/css/index.css
index 8f6c2af..e776b25 100644
--- a/css/index.css
+++ b/css/index.css
@@ -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;
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 0df8f50..930bab0 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -15,7 +15,7 @@
{% set footer_class = config.extra.footer_class | default(value='') %}
{% endif %}
\ No newline at end of file