Skip to content

Commit 624283c

Browse files
committed
feat: translate
1 parent 2086100 commit 624283c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/demo/index.module.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ body {
6767
}
6868

6969
.section-gradient {
70-
margin: 0 auto;
7170
background: linear-gradient(
7271
315deg,
7372
rgb(252 208 158) 3%,
@@ -77,9 +76,9 @@ body {
7776
);
7877
animation: gradient 25s ease infinite;
7978
background-size: 400% 400%;
80-
background-attachment: fixed;
8179
position: relative;
8280
overflow: hidden;
81+
height: 300px;
8382
}
8483

8584
@keyframes gradient {

0 commit comments

Comments
 (0)