diff --git a/themes/agnes-hugo-theme/layouts/index.html b/themes/agnes-hugo-theme/layouts/index.html index d94a008..74e07ca 100644 --- a/themes/agnes-hugo-theme/layouts/index.html +++ b/themes/agnes-hugo-theme/layouts/index.html @@ -21,13 +21,15 @@
- {{ range site.Params.sold }} - {{ range .Icon }} - - - +
+ {{ range site.Params.sold }} + {{ range .Icon }} + + + + {{ end }} {{ end }} - {{ end }} +
@@ -46,9 +48,25 @@
+
+
+
+
+ {{ range site.Params.feature }} +
+
+

{{ .FeatureTitle }}

+

{{ .FeatureDescription }}

+
+
+ {{ end }} +
+
+
+
-
+

Pricing

{{ with index site.Params.pricing 0 }}
diff --git a/themes/agnes-hugo-theme/static/css/style.css b/themes/agnes-hugo-theme/static/css/style.css index a364063..f7953f3 100644 --- a/themes/agnes-hugo-theme/static/css/style.css +++ b/themes/agnes-hugo-theme/static/css/style.css @@ -18,7 +18,7 @@ html { font-family: 'Open Sans', sans-serif; transform: scale(0.90); transform-origin: 0 0; - width: 112%; + width: 111%; } body { @@ -490,17 +490,25 @@ p { .sold-section { background-color: #1f2b35; + justify-content: center; + display: flex; +} + +.sold-image-container { padding: 1.5rem; display: flex; flex-direction: row; gap: 1.5rem; justify-content: space-around; + width: 1050px; + flex-wrap: wrap; } .sold-image { filter: grayscale(100%) brightness(250%); opacity: 0.5; - height: 1.5rem; + max-height: 1.5rem; + width: auto; } .inverted {