Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Add compte button font size support for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hypernikao committed Jul 26, 2017
1 parent d54bd7a commit ca25b18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion live/app/styles/components/_navbar-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,13 @@
width: 89px;
height: 17px;
font-family: $font-lato;
font-size: 14px;
letter-spacing: 0.3px;
color: $slate-grey;
font-size: 12px;

@include device-is('tablet') {
font-size: 14px;
}
}

.user-menu-item__account-link button {
Expand Down

0 comments on commit ca25b18

Please sign in to comment.