Skip to content

Commit 50501b2

Browse files
committed
refactor: easier readability, unified with the rest of the codebase
1 parent bc41947 commit 50501b2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.PC-og {
22
overflow: hidden;
3+
}
34

4-
&-container {
5-
background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
6-
position: relative;
7-
width: 1200px;
8-
height: 630px;
9-
overflow: hidden;
10-
}
5+
.PC-og-container {
6+
background-image: url(/static/img/noise.svg), url(/static/img/header-bg.svg);
7+
position: relative;
8+
width: 1200px;
9+
height: 630px;
10+
overflow: hidden;
11+
}
1112

12-
&-branding {
13-
position: absolute;
14-
bottom: map-get($spacers, 4);
15-
left: map-get($spacers, 5);
16-
}
13+
.PC-og-branding {
14+
position: absolute;
15+
bottom: map-get($spacers, 4);
16+
left: map-get($spacers, 5);
1717
}

0 commit comments

Comments
 (0)