Skip to content

Commit

Permalink
Merge pull request #231 from neontribe/1.4/1713-bug-footer-on-rosie-a…
Browse files Browse the repository at this point in the history
…pp-mobile-version-does-not-wrap-and-is-cut-off-from-view

1.4/Footer display and font size on smaller screens
  • Loading branch information
Alin Chindea authored Jan 15, 2021
2 parents 2587cc0 + 4d9feb2 commit 0f446e7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,10 @@ h1.expandable.queue {
.voucher-list .tab .row .total::before {
content: "Total";
}

footer {
flex-direction: column-reverse;
}
}

@media (max-width: 580px) {
Expand Down Expand Up @@ -1319,4 +1323,8 @@ h1.expandable.queue {
.footer-links a {
font-size: 0.9em;
}

footer {
font-size: 0.9em;
}
}

0 comments on commit 0f446e7

Please sign in to comment.