Skip to content

Commit

Permalink
Fix footer layout (CO-2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Oct 13, 2021
1 parent bc7c391 commit 394b20b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/webroot/css/co-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,9 @@
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* CONTENT LAYOUT */
#comanage-wrapper {
height: 100vh;
}
#main-wrapper {
display: flex;
height: calc(100vh - 112px);
min-height: calc(100vh - 112px);
}
#main {
flex-basis: 100%;
Expand Down

0 comments on commit 394b20b

Please sign in to comment.