update head
This commit is contained in:
parent
9348f271ee
commit
3edf436ee4
Binary file not shown.
Before Width: | Height: | Size: 1.0 MiB |
BIN
content/home/home_header.jpg
Normal file
BIN
content/home/home_header.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 682 KiB |
@ -9,9 +9,9 @@ weight: 1
|
||||
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
{% row(margin="header" bgPath="bg_home.png" bgStyle="full") %}
|
||||
{% row(margin="header" bgPath="home_header.jpg" bgStyle="full") %}
|
||||
|
||||
## WORK, <br> LIVE & PLAY
|
||||
# WORK, <br> LIVE & PLAY
|
||||
|
||||
Our world offers Digital Nomads <br /> truly amazing experiences in some <br /> of the world’s best locations.
|
||||
|
||||
|
@ -65,20 +65,22 @@ img[src*="#tft_img"] {
|
||||
|
||||
.advance{
|
||||
|
||||
font-family: "BebasNeue";
|
||||
font-family: "lato";
|
||||
}
|
||||
|
||||
@layer components {
|
||||
h1, #h1 {
|
||||
@apply text-4xl md:text-4xl lg:text-6xl leading-none font-normal my-4;
|
||||
font-family: "BebasNeue", sans-serif
|
||||
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;
|
||||
|
||||
}
|
||||
h1 strong {
|
||||
@apply font-medium;
|
||||
}
|
||||
h2 {
|
||||
@apply text-3xl md:text-4xl lg:text-5xl xl:text-8xl font-bold leading-none my-4;
|
||||
font-family: "BebasNeue", sans-serif;
|
||||
font-family: "lato", sans-serif;
|
||||
line-height: 0.8;
|
||||
font-size:4.5rem
|
||||
}
|
||||
|
@ -102,7 +102,7 @@
|
||||
<div class="mx-auto flex z-50 shadow justify-between items-center pl-6 pr-2 md:pr-0 lg:py-5 md:px-12 py-2 lg:px-20 lg:justify-start lg:space-x-20">
|
||||
<div>
|
||||
<a href="/" class="flex">
|
||||
<img class="w-48 h-auto sm:w-15" src="{{logo_path}}" alt="FreeFlow Logo" />
|
||||
<img class="w-56 h-auto sm:w-15" src="{{logo_path}}" alt="FreeFlow Logo" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="-mr-2 -my-2 lg:hidden">
|
||||
|
Reference in New Issue
Block a user