Skip to content

Commit

Permalink
Update CTA breakpoint, fixes #110
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen authored and adamkudrna committed Aug 8, 2017
1 parent c3b0ec2 commit c7c794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/components/navigation/cta.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Styleguide 3.2
.cta {
margin-top: @line-height-computed;

@media screen and (min-width: @grid-float-breakpoint) {
@media screen and (min-width: @screen-sm-min) {
float: right;
margin-top: 0;
text-align: right;
Expand Down

0 comments on commit c7c794f

Please sign in to comment.