Merge pull request #1096 from nobusugi246/fix_css_content_too_large

min-height of .content is too large.
pull/1101/head
Abdullah Almsaeed 2016-07-03 11:27:15 -04:00 committed by GitHub
commit 16bb613abe
1 changed files with 1 additions and 1 deletions

View File

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