mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-14 15:52:43 +00:00
Use horizontal padding
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="pure-g">
|
||||
<% slice.each do |video| %>
|
||||
<div class="pure-u-1 pure-u-md-1-4">
|
||||
<div class="l-box">
|
||||
<div class="h-box">
|
||||
<a style="width:100%;" href="<%= video["link"] %>">
|
||||
<img style="width:100%;" src="<%= video["thumbnail"] %>"/>
|
||||
<%= video["title"] %>
|
||||
|
||||
Reference in New Issue
Block a user