We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3de072 commit f207e44Copy full SHA for f207e44
nobiasapp/static/css/style.css
@@ -3,8 +3,8 @@
3
body {
4
font-family: 'Arial', sans-serif;
5
background: linear-gradient(to right top, #003366, #004080, #005399, #4885b3, #9bccef);
6
- background-size: 300% 300%;
7
- min-height: 99vh;
+ width:100%;
+ height: 100vh;
8
animation: gradientAnimation 5s ease infinite;
9
}
10
0 commit comments