diff --git a/assets/css/custom.css b/assets/css/custom.css index 6c57f7ce8..abd4e66ea 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -8,6 +8,12 @@ a:active { color: #167ac6; } -.l-box { - padding: 1em; +.h-box { + padding-left: 1em; + padding-right: 1em; } + +.v-box { + padding-top: 1em; + padding-bottom: 1em; +} \ No newline at end of file diff --git a/src/views/index.ecr b/src/views/index.ecr index 2cc2469d7..9338bbcc7 100644 --- a/src/views/index.ecr +++ b/src/views/index.ecr @@ -7,7 +7,7 @@ <% slice.each do |video| %> <% player_response = JSON.parse(video.info["player_response"]) %>
<%= number_with_separator(video.views) %>
<%= number_with_separator(video.likes) %>
<%= number_with_separator(video.dislikes) %>
@@ -113,7 +113,7 @@ function toggle_comments(target) {