Skip to content

Commit

Permalink
improve record in page menu style for small screens #180, #166
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfrnz committed May 7, 2017
1 parent 8c6c202 commit ad1c2f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/app/record/record.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
left: 0;
right: 0;
bottom: 0;
padding: 5px;
padding: 5px 8px;
}
@media (min-width: 992px) {
.record-top-menu {
Expand All @@ -49,11 +49,13 @@ a.record-top-menu-link {
font-family: 'Titillium Web', sans-serif;
color: #808990;
padding: 0;
font-size: 12px;
}

@media (min-width: 992px) {
a.record-top-menu-link {
padding: 0 2px;
font-size: 14px;
}
.record-top-menu li:first-child a.record-top-menu-link {
padding-left: 0;
Expand Down

0 comments on commit ad1c2f0

Please sign in to comment.