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

Swap Project logos with icons

parent 770f5053
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
.image.is-70p {
width: 70%;
height: 70%;
}
......@@ -9,4 +9,5 @@ $title-color: inherit;
@import "./_menu.scss";
@import "./_content.scss";
@import "./_utils.scss";
@import "./_calendar";
......@@ -10,9 +10,11 @@
{% set project_section = get_section(path=project_section_path) %}
<div class="column">
<div class="card is-shadowless">
<figure class="image is-4by3">
<a href="/projekte/{{ project_section.extra.project_slug }}"><img src="{{ project_section.extra.logo }}" alt="Logo {{ project_section.title }}" /></a>
</figure>
<div class="columns is-centered">
<figure class="image is-70p">
<a href="/projekte/{{ project_section.extra.project_slug }}"><img src="{{ project_section.extra.title_icon }}" alt="Logo {{ project_section.title }}" /></a>
</figure>
</div>
</div>
<div class="card-content">
<div class="media">
......
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