Skip to content

Commit 79a5c03

Browse files
committed
revert changes on z-index for stick and bracket
1 parent f13a5ce commit 79a5c03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

styles/Home.module.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
.bracket {
1818
left: 0;
1919
position: absolute;
20-
z-index: 2;
2120
transform: translate(10rem, -5rem);
2221

2322
@include desktop-breakpoint-plus {
@@ -33,7 +32,6 @@
3332
.stick {
3433
right: 0;
3534
position: absolute;
36-
z-index: 2;
3735
transform: translate(-10rem, -5rem);
3836

3937
@include desktop-breakpoint-plus {

0 commit comments

Comments
 (0)