Skip to content

Commit 0f677dc

Browse files
authored
Merge pull request #78 from FunTechInc/v1.1.3
css修正
2 parents 27637b2 + 68a3c5f commit 0f677dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/_home/index.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.wrapper {
22
width: 100%;
33
height: 100svh;
4+
display: flex;
5+
flex-direction: column;
6+
align-items: center;
7+
justify-content: center;
48
}
59

610
.canvas {
@@ -12,10 +16,6 @@
1216
}
1317

1418
.content {
15-
position: fixed;
16-
width: 100%;
17-
height: 100%;
18-
top: 0;
1919
color: white;
2020
display: flex;
2121
flex-direction: column;

src/assets/css/index.module.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/css/index.module.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)