Merge pull request #1096 from nobusugi246/fix_css_content_too_large

min-height of .content is too large.
This commit is contained in:
Abdullah Almsaeed 2016-07-03 11:27:15 -04:00 committed by GitHub
commit 16bb613abe

View file

@ -143,7 +143,7 @@ body.hold-transition .main-header .logo {
}
/* Content */
.content {
min-height: 250px;
min-height: 20px;
padding: 15px;
margin-right: auto;
margin-left: auto;