Skip to content

Update mobile footer #2143

Open
Open
@fady-json

Description

Summary
Update mobile footer

Impacted URL
https://dashboard.test.keep.network/

Steps to reproduce

  1. Visit Keep Dashboard on mobile or Chrome (you can follow these steps)
  2. Scroll to the bottom of the page to find footer

Proposed Change Description

  • Footer does not meet minimum font size (see CSS suggested changes below)
  • Footer is unreadable on mobile so there is room for UX improvement

Proposed Change Figma, Screenshot or Video

  • For reference to the following points, please consult this Figma link.
  1. Change the following H5 to the following CSS
.h5 {
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
  1. Add the class mobile-footer-signature to parent div element of the signature. To change the footer's signature add the following CSS
@media screen and (mobile breakpoint) {
  mobile-footer-signature {
    text-align: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
}
  1. Add the class mobile-footer-svg to the SVG html tag. In order to change the footer's SVG (for the Keep icon) add following CSS
@media screen and (mobile breakpoint) { 
  .mobile-footer-svg {
      align-self: start;
  }
}

*Current footer
Screenshot 2020-10-27 at 8 54 46 PM

Proposed Design
Footer

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions