Added css property min-height to #content, so the height of pages is consistent and provide more white space.
This commit is contained in:
parent
c13038590c
commit
be9082a691
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ body {
|
|||
padding: 16px 12px;
|
||||
background: #fff;
|
||||
font-size: 108.33%; /* bumping up content text from 12px to 13px */
|
||||
min-height:350px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue