Skip to content

Commit

Permalink
refactor: easier readability, unified with the rest of the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Oct 30, 2023
1 parent bc41947 commit 50501b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions static_src/scss/custom-components/_PC-og.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
.PC-og {
overflow: hidden;
}

&-container {
background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
position: relative;
width: 1200px;
height: 630px;
overflow: hidden;
}
.PC-og-container {
background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
position: relative;
width: 1200px;
height: 630px;
overflow: hidden;
}

&-branding {
position: absolute;
bottom: map-get($spacers, 4);
left: map-get($spacers, 5);
}
.PC-og-branding {
position: absolute;
bottom: map-get($spacers, 4);
left: map-get($spacers, 5);
}

0 comments on commit 50501b2

Please sign in to comment.