Try min-height on the main content div

This commit is contained in:
Justin Ethier 2016-08-09 17:03:45 -04:00
parent 7af2e0600b
commit c807d08d07

View file

@ -385,6 +385,7 @@ Full-Width Styles
background: #f2f2f2;
border-top: 1px solid #111;
border-bottom: 1px solid #111;
min-height: 200px;
}
#main_content {