diff --git a/app/assets/stylesheets/osem.css b/app/assets/stylesheets/osem.css index e9af8f12..7ad9dba9 100644 --- a/app/assets/stylesheets/osem.css +++ b/app/assets/stylesheets/osem.css @@ -4,8 +4,8 @@ html { } body { - /* Margin bottom by footer height */ - margin-bottom: 60px; + /* Margin bottom by 2 times the footer height */ + margin-bottom: 120px; /* Margin bottom by navbar height */ padding-top: 60px; }