Fix gap between columns
This commit is contained in:
parent
7957b8f29e
commit
17685e22c5
1 changed files with 1 additions and 1 deletions
|
@ -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] %>
|
||||
|
|
Loading…
Reference in a new issue