aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/pdfresources/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/pdfresources/index.html.erb')
-rw-r--r--app/views/pdfresources/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/pdfresources/index.html.erb b/app/views/pdfresources/index.html.erb
index 309dcdd..158e505 100644
--- a/app/views/pdfresources/index.html.erb
+++ b/app/views/pdfresources/index.html.erb
@@ -9,7 +9,7 @@
<h1 class="font-bold text-4xl m-12">Featured Resources</h1>
</div>
- <div id="pdfresources" class="flex flex-wrap space-x-2 justify-between">
+ <div id="pdfresources" class="flex flex-wrap justify-between">
<% @pdfresources.where("feature_slot < 4").each do |pdfresource| %>
<%= render pdfresource %>
<% end %>