fix mobile response
This commit is contained in:
parent
fbca744861
commit
c60a9b54e1
@ -30,15 +30,15 @@ Unique co-ownership structure of a diverse real-estate portfolio
|
|||||||
|
|
||||||
{% row(style="center" margin="narrow" padding="none") %}
|
{% row(style="center" margin="narrow" padding="none") %}
|
||||||
|
|
||||||

|

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

|

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

|

|
||||||
|
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
@ -85,7 +85,7 @@ Live in sustainable and planet-conscious structures built to support the planet
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ Take advantage of a high-speed, sovereign and decentralized internet connection!
|
|||||||
|
|
||||||
{% row(style="" margin="moderate" padding="none") %}
|
{% row(style="" margin="moderate" padding="none") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ Tackle ESG concerns by working with local communities to empower them
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ We created an environment which allows everyone to work together easily and effe
|
|||||||
|
|
||||||
{% row(style="" margin="moderate" padding="bottom") %}
|
{% row(style="" margin="moderate" padding="bottom") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ Enjoy the benefits of community-building sessions and tools built specifically f
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
|
@ -37,6 +37,10 @@ img[src*="#sm"] {
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img[src*="#iconsize"] {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
img[src*="#md"] {
|
img[src*="#md"] {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
@ -383,11 +387,9 @@ header {
|
|||||||
img[src*="#medium"] {
|
img[src*="#medium"] {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
img[src*="#iconsize"] {
|
||||||
img[src*="#sm"] {
|
|
||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user