瀏覽代碼

Fix a style problem with the backound on the index

dev_h
ophir 5 年之前
父節點
當前提交
2521aa3a94
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      client-data/index.css

+ 2
- 1
client-data/index.css 查看文件

1
-body {
1
+html {
2
 	background: linear-gradient(135deg, #c4dfffa0, transparent), url(/background.png);
2
 	background: linear-gradient(135deg, #c4dfffa0, transparent), url(/background.png);
3
 	width:100%;
3
 	width:100%;
4
+	height: 100%;
4
 	margin:0;
5
 	margin:0;
5
 	font-family: sans;
6
 	font-family: sans;
6
 	font-weight: 300;
7
 	font-weight: 300;

Loading…
取消
儲存