Skip to content

Commit

Permalink
Pricing Page
Browse files Browse the repository at this point in the history
- put sticky border under condition of supported
  • Loading branch information
elad2412 committed Dec 27, 2023
1 parent 81c925e commit e99c52c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/scss/_10-utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,10 @@
&.is-with-footer-border {
padding-block:40px;
&::after {
@supports (container-type:inline-size) {
content:""; display:block; block-size:pxToRem(1);
inline-size:100vw; position:absolute;
inset-inline-start: calc(calc(100vw - 100cqw)/2 * -1 + pxToRem(8));
inset-block-start:100%; border-block-end: solid 1px hsl(var(--aw-color-smooth));
}
content:""; display:block; block-size:pxToRem(1);
inline-size:100vw; position:absolute;
inset-inline-start: calc(calc(100vw - 100cqw)/2 * -1 + pxToRem(8));
inset-block-start:100%; border-block-end: solid 1px hsl(var(--aw-color-smooth));
}
}
}
Expand Down

0 comments on commit e99c52c

Please sign in to comment.