Merge branch 'master' of ssh://git.zeus.gent:2222/kelder/durfdoen-2.0 into master

This commit is contained in:
redfast00 2020-09-18 01:16:51 +02:00
commit f7128c7a22
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C
2 changed files with 7 additions and 2 deletions

View file

@ -497,6 +497,11 @@ h2 {
height: 100%;
}
.link a {
display: block;
text-decoration: none;
}
.fancy_link_container {
display: grid;
grid-template-columns: 50% 50%;

View file

@ -1,4 +1,4 @@
<div class="link" onclick="window.location.href='<%= item.path %>'">
<a class="link" href="<%=item.path%>">
<div class="link__img">
<img src="<%= small_image_url(item) %>" alt="<%= item[:naam] %>" height=100>
</div>
@ -10,4 +10,4 @@
<%= text_segment(item.compiled_content) %>
</p>
</div>
</div>
</a>