-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
…gh space for the arrow, and keep the arrow at the top when theres multi-lines for the sumary text. Reverted back the container padding.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,16 +14,15 @@ | |
} | ||
|
||
#{$parent-selector} .container { | ||
//$first-breakpoint: true; | ||
$first-breakpoint: true; | ||
@each $key, $values in $breakpoints { | ||
@if $values { | ||
@media (min-width: map.get($values, "breakpoint")) { | ||
max-width: map.get($values, "viewport"); | ||
//@if $first-breakpoint { | ||
// $first-breakpoint: false; | ||
// padding-right: 0; | ||
// padding-left: 0; | ||
//} | ||
@if $first-breakpoint { | ||
$first-breakpoint: false; | ||
padding-inline: 0; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Yohn
Author
Owner
|
||
} | ||
} | ||
} | ||
} | ||
|
Was this padding set to 0 accidentally? I think all the viewports should have padding.
.container
.See my comments: