Skip to content

Commit 15df33b

Browse files
authored
Merge pull request #2 from rocketdeploy-dev/work/napraw-powtarzanie-ta-w-pionie-i-poziomie
fix(styles): smooth page background
2 parents c6ab7b4 + 1544b80 commit 15df33b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/global.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ body{
2222
background: radial-gradient(1200px 800px at 20% 10%, rgba(122,162,255,.08), transparent 55%),
2323
radial-gradient(1000px 600px at 80% 20%, rgba(94,234,212,.06), transparent 55%),
2424
var(--bg);
25+
background-repeat: no-repeat;
26+
background-attachment: fixed;
27+
background-size: 160% 160%, 160% 160%, 100% 100%;
2528
line-height: 1.65;
2629
}
2730

0 commit comments

Comments
 (0)