Skip to content

Commit 9c767ff

Browse files
committed
Making the main content as large as the sidebar
For the logout page. https://docs.auth0.com/logout
1 parent f386145 commit 9c767ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/public/css/default.css

+1-1
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)