Skip to content

Commit 0d8560e

Browse files
committed
Merge pull request #4073 from justinwp/patch-1
Center Wide Popover on larger Viewports
2 parents 465d98c + 7b97fc2 commit 0d8560e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scss/_popover.scss

+1
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@
163163
@media (min-width: $popover-large-break-point) {
164164
.popover {
165165
width: $popover-large-width;
166+
margin-left: -$popover-large-width / 2;
166167
}
167168
}

0 commit comments

Comments
 (0)