diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 4eb4eef..3ed9b29 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -73,10 +73,23 @@ .sp-service-icon { margin-top: -4rem; + min-height: 6rem; + min-width: 4rem; max-width: 12rem; max-height: 8rem; margin-left: 2rem; width: max-content; + & > .error { + min-height: 6rem; + min-width: 6rem; + } +} + +.sp-feature-img { + min-height: 20rem; + min-width: 20rem; + max-width: 40rem; + max-height: 40rem; } .sp-service-card { @@ -91,8 +104,9 @@ } .sp-supported-by-img { - max-width: 15rem; + pointer-events: none; margin: 1rem; + width: 10rem; } .sp-supported-by-list { @@ -161,4 +175,20 @@ a, a.btn-link { .container-fluid { padding-left: 0 !important; padding-right: 0 !important; +} + +.error { + 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/config.toml b/config.toml index 50ef071..388d819 100644 --- a/config.toml +++ b/config.toml @@ -77,7 +77,6 @@ section = ["HTML", "print", "RSS"] [params] copyright = "SelfPrivacy" -privacy_policy = "https://selfprivacy.org/privacy-policy/" # First one is picked as the Twitter card image if not set on page. # images = ["images/project-illustration.png"] diff --git a/content/en/_index.html b/content/en/_index.html index 26b3548..6664107 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -10,7 +10,7 @@ linkTitle = "SelfPrivacy"