update
This commit is contained in:
parent
173e246ccf
commit
b614568cbb
@ -11,6 +11,8 @@ weight: 3
|
|||||||
|
|
||||||
{% row(style="center" bgColor="#EEEBE4" padding="bottom" margin="narrow") %}
|
{% row(style="center" bgColor="#EEEBE4" padding="bottom" margin="narrow") %}
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<div class="container mx-auto">
|
<div class="container mx-auto">
|
||||||
|
|
||||||

|

|
||||||
@ -110,28 +112,13 @@ An array of convenient facilities and amenities to enhance your stay.
|
|||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% row(style="center" padding="none" margin="wide") %}
|
<br>
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
<div class="flex flex-col justify-center bg-white " style="height: 245px" >
|
|
||||||
|
|
||||||
External Laundry Service
|
|
||||||
|
|
||||||
Room Service
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row(style="center" padding="bottom" margin="wide") %}
|
{% row(style="center" padding="bottom" margin="wide") %}
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
<div class="flex flex-col justify-center bg-white " style="height: 245px" >
|
<div class="flex flex-col justify-center bg-white " style="height: 245px" >
|
||||||
|
|
||||||
Baggage Storage
|
Baggage Storage
|
||||||
@ -142,10 +129,21 @@ Concierge Desk
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|
<div class="flex flex-col justify-center bg-white " style="height: 245px" >
|
||||||
|
|
||||||
|
External Laundry Service
|
||||||
|
|
||||||
|
Room Service
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
<div class="flex flex-col justify-center bg-white " style="height: 245px" >
|
<div class="flex flex-col justify-center bg-white " style="height: 245px" >
|
||||||
|
|
||||||
Swimming Pool
|
Swimming Pool
|
||||||
@ -153,7 +151,9 @@ Swimming Pool
|
|||||||
Restaurant & Beach Bar
|
Restaurant & Beach Bar
|
||||||
|
|
||||||
Spa
|
Spa
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -180,4 +180,4 @@ Spa
|
|||||||
p{
|
p{
|
||||||
margin: 0px 6px;
|
margin: 0px 6px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -68,6 +68,11 @@ img[src*="#fill"] {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img[src*="#stretch"] {
|
||||||
|
width: auto;
|
||||||
|
height: 245px;
|
||||||
|
}
|
||||||
|
|
||||||
img[src*="#tft_img"] {
|
img[src*="#tft_img"] {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
@ -163,7 +168,7 @@ p {
|
|||||||
@apply font-medium;
|
@apply font-medium;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
@apply text-2xl lg:text-3xl font-normal my-4;
|
@apply text-xl lg:text-3xl font-normal my-4;
|
||||||
font-family: 'Cormorant Infant', serif;
|
font-family: 'Cormorant Infant', serif;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -470,19 +475,12 @@ header {
|
|||||||
padding-bottom: 65%;
|
padding-bottom: 65%;
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
h2 {
|
|
||||||
font-size: 4rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
.banner h2 {
|
.banner h2 {
|
||||||
font: 600 7vw/10vw;
|
font: 600 7vw/10vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header h1,h2 {
|
|
||||||
font-size: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.banner h2 svg {
|
.banner h2 svg {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user