We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2086100 commit 624283cCopy full SHA for 624283c
1 file changed
src/pages/demo/index.module.less
@@ -67,7 +67,6 @@ body {
67
}
68
69
.section-gradient {
70
- margin: 0 auto;
71
background: linear-gradient(
72
315deg,
73
rgb(252 208 158) 3%,
@@ -77,9 +76,9 @@ body {
77
76
);
78
animation: gradient 25s ease infinite;
79
background-size: 400% 400%;
80
- background-attachment: fixed;
81
position: relative;
82
overflow: hidden;
+ height: 300px;
83
84
85
@keyframes gradient {
0 commit comments