diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index c25af63..faf49b1 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -82,7 +82,7 @@ width: max-content; & > .error { min-height: 6rem; - min-width: 4rem; + min-width: 6rem; } } @@ -150,5 +150,17 @@ a.nav-link.sp-coming-soon { } .error { - background-color: lightgray; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + font-size: 2rem; + padding: 1rem; + background-color: transparent; + border: lightgray solid .25rem; + border-radius: .5rem; + & > i { + color: lightgray; + } } \ No newline at end of file diff --git a/content/en/_index.html b/content/en/_index.html index 256c2c1..914d5b1 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -194,12 +194,18 @@ linkTitle = "SelfPrivacy"
-
NLnet foundation
+
+ + NLnet foundation +
-
Privacy Accelerator
+
+ + Privacy Accelerator +
diff --git a/layouts/shortcodes/landing-feature.html b/layouts/shortcodes/landing-feature.html index 614115a..6dd17c9 100644 --- a/layouts/shortcodes/landing-feature.html +++ b/layouts/shortcodes/landing-feature.html @@ -12,7 +12,9 @@ {{ if $illustration }}
-
+
+ +
{{ end }} @@ -20,7 +22,9 @@ {{ if $illustration }}
-
+
+ +
{{ end }} diff --git a/layouts/shortcodes/landing-service.html b/layouts/shortcodes/landing-service.html index 482669b..baee7fa 100644 --- a/layouts/shortcodes/landing-service.html +++ b/layouts/shortcodes/landing-service.html @@ -2,7 +2,9 @@ {{ $title := .Get 1 }}
-
+
+ +

{{ $title }}