Browse Source

Fix a style problem with the backound on the index

dev_h
ophir 5 years ago
parent
commit
2521aa3a94
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      client-data/index.css

+ 2
- 1
client-data/index.css View File

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

Loading…
Cancel
Save