Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpresler committed May 8, 2024
1 parent b0d16fe commit 417a657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions website/src/components/index/hero.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../css/variables.scss';

.wrapper {
background: url("../../../static/img/background-banner.png");
background: url('../../../static/img/background-banner.png');
background-size: cover;
background-repeat: none;
justify-content: center;
Expand All @@ -20,7 +20,7 @@
padding: $spacing-md 0 $spacing-md;
color: var(--oss-text-light);
max-width: $container-xl;

@media ($media-breakpoint-md) {
margin: 0 $spacing-xxxl 0 $spacing-xxxl;
padding: $spacing-xxl 0 $spacing-xxl;
Expand All @@ -38,7 +38,6 @@
}

.heroBody {

@media ($media-breakpoint-md) {
max-width: 50%;
}
Expand Down
4 changes: 2 additions & 2 deletions website/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ article {
.header-nearform-link {
&:before {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='60 60 111.98 85.72'%3E%3Cpath class='cls-2' d='m60.18,60.18h11.3l36.71,53.4v-53.4h12.17v75.36h-11.3l-36.71-53.4v53.4h-12.17V60.18Z' stroke-width='0' fill='%23fff'/%3E%3Cpath class='cls-1' d='m126.51,135.54h45.29v11.09h-45.29v-11.09Z' fill='%2300e5a4'/%3E%3C/svg%3E")
no-repeat;
no-repeat;
}
}

Expand Down Expand Up @@ -669,7 +669,7 @@ article {
.header-nearform-link {
&:before {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='60 60 111.98 85.72'%3E%3Cpath class='cls-2' d='m60.18,60.18h11.3l36.71,53.4v-53.4h12.17v75.36h-11.3l-36.71-53.4v53.4h-12.17V60.18Z' stroke-width='0' fill='%23fff'/%3E%3Cpath class='cls-1' d='m126.51,135.54h45.29v11.09h-45.29v-11.09Z' fill='%2300e5a4'/%3E%3C/svg%3E")
no-repeat;
no-repeat;
}
}

Expand Down

0 comments on commit 417a657

Please sign in to comment.