Skip to content

Commit

Permalink
fine-tune banner circle
Browse files Browse the repository at this point in the history
  • Loading branch information
dakur committed Oct 4, 2024
1 parent f457fda commit 8b639c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/styles/blocks/banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ $hb-banner-breakpoint: 30em;
block-size: 100%;
background-color: var(--hb-colors-emphasizing);
--hb-block-banner-size-circle: calc(var(--hb-vr-base) * 6);
clip-path: circle(var(--hb-block-banner-size-circle) at 50% calc(var(--hb-vr-base) * 0.5));
clip-path: circle(var(--hb-block-banner-size-circle) at 50% calc(var(--hb-vr-base) * 0));

@include hb-banner-horizontal-from() {
clip-path: circle(var(--hb-block-banner-size-circle) at calc(var(--hb-vr-base) * 3) calc(var(--hb-vr-base) * 3));
clip-path: circle(var(--hb-block-banner-size-circle) at calc(var(--hb-vr-base) * 3) calc(var(--hb-vr-base) * 2));
}
}
&::after {
Expand Down

0 comments on commit 8b639c0

Please sign in to comment.