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

Commit

Permalink
Merge pull request #2763 from mozilla-services/fix-style-error
Browse files Browse the repository at this point in the history
fix onboarding responsive lint error
  • Loading branch information
ianb authored Apr 27, 2017
2 parents 277b73d + 666412f commit 73580f0
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions static/css/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,21 @@ body {

.slide-content {
flex: 0 0 160px;

h1 {
font-size: 24px;
}

p {
font-size: 14px;
line-height: 21px;
width: 85%;
}

.onboarding-legal-notice {
font-size: 10px;
line-height: 16px;
}
}
}

Expand All @@ -287,10 +302,10 @@ body {

#prev {
margin-left: - ($slide-width-small / 2) - ($next-prev-size / 2);
}
}

#next,
#done, {
#done {
margin-left: ($slide-width-small / 2) - ($next-prev-size / 2);
}
}

0 comments on commit 73580f0

Please sign in to comment.