Increase content min height

This commit is contained in:
Justin Ethier 2016-08-09 17:27:24 -04:00
parent 17eaa701c8
commit 7bbd2049ff

View file

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