Skip to content
Snippets Groups Projects
Commit 7c5ec7fe authored by codecraft's avatar codecraft :crocodile:
Browse files

Remove card shadow in projects.html

parent c409e04d
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment