From 7c5ec7fe6492189204130bbda36ca61dd39541aa Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Mon, 24 Jul 2023 16:33:16 +0200 Subject: [PATCH] Remove card shadow in projects.html --- templates/frontpage/blocks/projects.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/frontpage/blocks/projects.html b/templates/frontpage/blocks/projects.html index 9c93a546..fa69421b 100644 --- a/templates/frontpage/blocks/projects.html +++ b/templates/frontpage/blocks/projects.html @@ -9,7 +9,7 @@ {% for project_section_path in projects_section.subsections %} {% set project_section = get_section(path=project_section_path) %} <div class="column"> - <div class="card"> + <div class="card is-shadowless"> <figure class="image is-4by3"> <img src="https://bulma.io/images/placeholders/1280x960.png" alt="Placeholder image" /> </figure> @@ -30,4 +30,4 @@ {% endfor %} </div> </div> -</section> \ No newline at end of file +</section> -- GitLab