Fix gap between columns

This commit is contained in:
Robbe Van Herck 2019-10-08 13:08:13 +02:00
parent 7957b8f29e
commit 17685e22c5
No known key found for this signature in database
GPG key ID: A66F76F7B81BD784

View file

@ -1,4 +1,4 @@
<div id="<%= project.identifier.without_ext.split('/')[-1] %>" class="container project content column is-half is-primary">
<div id="<%= project.identifier.without_ext.split('/')[-1] %>" class="container project content column is-5 is-desktop">
<article class="columns is-mobile">
<div class="column is-gapless is-narrow logo-wrapper">
<% if project[:logo_image] %>