Merge branch 'master' of ssh://git.zeus.gent:2222/kelder/durfdoen-2.0 into master
This commit is contained in:
commit
f7128c7a22
2 changed files with 7 additions and 2 deletions
|
@ -497,6 +497,11 @@ h2 {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.link a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.fancy_link_container {
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue