Skip to content

Commit 0ff4349

Browse files
committed
Merge pull request #18 from kiwiupover/patch-1
Making the main content as large as the sidebar Thanks Dave!
2 parents f386145 + 9c767ff commit 0ff4349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/public/css/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ footer .right {
223223
margin-left: 190px;
224224
box-shadow: 0 0 1px 1px rgba(80, 84, 92, 0.1),0 1px 2px rgba(80, 84, 92, 0.5);
225225
padding: 20px 30px;
226-
min-height: 400px;
226+
min-height: 800px;
227227
}
228228

229229
.container.nosidebar {

0 commit comments

Comments
 (0)