Spaces:
Running
Running
CassiopeiaCode
commited on
Commit
·
3da060d
1
Parent(s):
2bce35b
fix: 增加底部padding避免footer遮挡内容
Browse files- frontend/index.html +1 -1
frontend/index.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
* { box-sizing:border-box; }
|
| 23 |
html, body { height:100%; margin:0; }
|
| 24 |
body {
|
| 25 |
-
padding:0 0
|
| 26 |
background:radial-gradient(ellipse at top, #0f1624 0%, #0a0e1a 100%);
|
| 27 |
color:var(--text);
|
| 28 |
font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans,Arial,sans-serif;
|
|
|
|
| 22 |
* { box-sizing:border-box; }
|
| 23 |
html, body { height:100%; margin:0; }
|
| 24 |
body {
|
| 25 |
+
padding:0 0 120px;
|
| 26 |
background:radial-gradient(ellipse at top, #0f1624 0%, #0a0e1a 100%);
|
| 27 |
color:var(--text);
|
| 28 |
font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans,Arial,sans-serif;
|