Skip to content

Commit 9edfbdd

Browse files
author
Jakub Łobos
committed
fix hero section stars styling
1 parent db41203 commit 9edfbdd

File tree

1 file changed

+14
-14
lines changed
  • src/modules/shared/containers/Welcome

1 file changed

+14
-14
lines changed

src/modules/shared/containers/Welcome/style.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@ export const Header = styled("h1", {
44
fontWeight: 700,
55
width: "100%",
66

7-
'@xl': {
7+
"@xl": {
88
fontSize: "50pt",
99
},
10-
'@sm': {
10+
"@sm": {
1111
fontSize: "42pt",
1212
},
13-
'@xs': {
14-
fontSize: "35pt"
15-
}
16-
})
13+
"@xs": {
14+
fontSize: "35pt",
15+
},
16+
});
1717

1818
export const StarsContainer = styled("div", {
1919
height: "100%",
2020
maxWidth: "400px",
2121
zIndex: -1,
2222
position: "absolute",
23-
transform: "translateX(-50%) translateY(-50%)",
24-
right: "-10%",
23+
transform: "translateX(0) translateY(-56%)",
24+
right: "10px",
2525
top: "50%",
2626

27-
'@xl': {
27+
"@xl": {
2828
width: "400px",
2929
},
3030

31-
'@sm': {
31+
"@sm": {
3232
width: "350px",
3333
},
3434

35-
'@xs': {
35+
"@xs": {
3636
opacity: "0.5",
3737
},
3838

39-
'@xxs': {
39+
"@xxs": {
4040
right: "-30%",
41-
}
42-
})
41+
},
42+
});

0 commit comments

Comments
 (0)