fix mobile response

This commit is contained in:
Ehab Hassan 2023-05-15 12:50:31 +02:00
parent fbca744861
commit c60a9b54e1
3 changed files with 13 additions and 11 deletions

View File

@ -30,15 +30,15 @@ Unique co-ownership structure of a diverse real-estate portfolio
{% row(style="center" margin="narrow" padding="none") %}
![](img/world.png#small#mx-auto)
![](img/world.png#iconsize#mx-auto)
|||
![](img/nomad.png#small#mx-auto)
![](img/nomad.png#iconsize#mx-auto)
|||
![](img/farm.png#small#mx-auto)
![](img/farm.png#iconsize#mx-auto)
{% end %}

View File

@ -85,7 +85,7 @@ Live in sustainable and planet-conscious structures built to support the planet
|||
![Image](RGAsset15.png#sm#mx-auto)
![Image](RGAsset15.png#small#mx-auto)
|||
@ -99,7 +99,7 @@ Take advantage of a high-speed, sovereign and decentralized internet connection!
{% row(style="" margin="moderate" padding="none") %}
![Image](RGAsset16.png#sm#mx-auto)
![Image](RGAsset16.png#small#mx-auto)
|||
@ -109,7 +109,7 @@ Tackle ESG concerns by working with local communities to empower them
|||
![Image](RGAsset17.png#sm#mx-auto)
![Image](RGAsset17.png#small#mx-auto)
|||
@ -123,7 +123,7 @@ We created an environment which allows everyone to work together easily and effe
{% row(style="" margin="moderate" padding="bottom") %}
![Image](RGAsset18.png#sm#mx-auto)
![Image](RGAsset18.png#small#mx-auto)
|||
@ -133,7 +133,7 @@ Enjoy the benefits of community-building sessions and tools built specifically f
|||
![Image](RGAsset19.png#sm#mx-auto)
![Image](RGAsset19.png#small#mx-auto)
|||

View File

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