Skip to content

Commit

Permalink
Merge pull request #4073 from justinwp/patch-1
Browse files Browse the repository at this point in the history
Center Wide Popover on larger Viewports
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents 465d98c + 7b97fc2 commit 0d8560e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,6 @@
@media (min-width: $popover-large-break-point) {
.popover {
width: $popover-large-width;
margin-left: -$popover-large-width / 2;
}
}

0 comments on commit 0d8560e

Please sign in to comment.