firetac commited on
Commit
aa38b70
·
verified ·
1 Parent(s): 20ff645

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. static/css/style.css +6 -6
static/css/style.css CHANGED
@@ -1,10 +1,10 @@
1
  body {
2
  font-family: 'Roboto', sans-serif;
3
- background: linear-gradient(90deg,
4
- #51e2f5 0%,
5
- #9df9ef 30%,
6
- #edf756 40%,
7
- #ffa8b6 50%,
8
  #a28089 100%
9
  );
10
  margin: 0;
@@ -12,7 +12,7 @@ body {
12
  display: flex;
13
  justify-content: center;
14
  align-items: center;
15
- height: 100%;
16
  }
17
 
18
  .container {
 
1
  body {
2
  font-family: 'Roboto', sans-serif;
3
+ background: linear-gradient(135deg,
4
+ #a0d2eb 0%,
5
+ #e5eaf5 30%,
6
+ #d0bdf4 40%,
7
+ #8458B3 50%,
8
  #a28089 100%
9
  );
10
  margin: 0;
 
12
  display: flex;
13
  justify-content: center;
14
  align-items: center;
15
+ height: 120vh;
16
  }
17
 
18
  .container {