mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
try non-center rows for browse
This commit is contained in:
parent
096bfbfc3c
commit
ae4b012f7b
1 changed files with 1 additions and 20 deletions
|
@ -1,28 +1,9 @@
|
|||
<div class="content">
|
||||
|
||||
<div class="c-Row">
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Put browse code here
|
||||
|
||||
|
||||
|
||||
<% count = 0 %>
|
||||
<% @sites.each_with_index do |site,i| %>
|
||||
<% if count == 0 %>
|
||||
<div class="c-Row">
|
||||
<div class="row">
|
||||
<% end %>
|
||||
<% count += 1 %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue