mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Increase content min height
This commit is contained in:
parent
17eaa701c8
commit
7bbd2049ff
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue