Skip to content

Commit f207e44

Browse files
committed
background color size
1 parent f3de072 commit f207e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nobiasapp/static/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
body {
44
font-family: 'Arial', sans-serif;
55
background: linear-gradient(to right top, #003366, #004080, #005399, #4885b3, #9bccef);
6-
background-size: 300% 300%;
7-
min-height: 99vh;
6+
width:100%;
7+
height: 100vh;
88
animation: gradientAnimation 5s ease infinite;
99
}
1010

0 commit comments

Comments
 (0)