diff --git a/content/co-Own/index.md b/content/co-Own/index.md index 4930a51..58b21e7 100644 --- a/content/co-Own/index.md +++ b/content/co-Own/index.md @@ -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 %} diff --git a/content/home/index.md b/content/home/index.md index 669d526..5acd9f4 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -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) ||| diff --git a/css/index.css b/css/index.css index a17dbee..e26f11a 100644 --- a/css/index.css +++ b/css/index.css @@ -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; }