summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-05-11 21:40:37 +0200
committerMax Magorsch <arzano@gentoo.org>2020-05-11 21:40:37 +0200
commitd3308b62561922cf8b45644809cdd3448edff7bf (patch)
treec12fabcf17f3e7fc2093614c70d83ac4a925d233 /views/layout.erb
parentStart the migration to Tyrian v2 (diff)
downloadfrontend-d3308b62561922cf8b45644809cdd3448edff7bf.tar.gz
frontend-d3308b62561922cf8b45644809cdd3448edff7bf.tar.bz2
frontend-d3308b62561922cf8b45644809cdd3448edff7bf.zip
Fix some stylesheets due to Bootstrap 4
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'views/layout.erb')
-rw-r--r--views/layout.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb
index c2dbdd7..5aee2dd 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -88,7 +88,7 @@
<div class="container">
<div class="row">
- <div class="col-12">
+ <div class="col-12 pb-4">
<%= yield %>
</div>
</div>