Skip to content

Commit

Permalink
Merge pull request #22 from arlen/feature-co2231
Browse files Browse the repository at this point in the history
 Fix footer layout (CO-2231)
  • Loading branch information
arlen authored Oct 14, 2021
2 parents bc7c391 + 394b20b commit 36784b6
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 36784b6

Please sign in to comment.