FloraJ commited on
Commit
676fb19
1 Parent(s): 8998915

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +2 -2
static/style.css CHANGED
@@ -8,7 +8,7 @@ body {
8
  }
9
 
10
  .container {
11
- max-width: 600px;
12
  margin: 50px auto;
13
  background-color: #fff;
14
  padding: 20px;
@@ -30,7 +30,7 @@ body {
30
  /* display: flex;
31
  justify-content: flex-end;
32
  align-items: center; */
33
- width: 30%;
34
  /* flex-direction: column; */
35
  margin-right: auto;
36
  }
 
8
  }
9
 
10
  .container {
11
+ max-width: 45%;
12
  margin: 50px auto;
13
  background-color: #fff;
14
  padding: 20px;
 
30
  /* display: flex;
31
  justify-content: flex-end;
32
  align-items: center; */
33
+ width: 45%;
34
  /* flex-direction: column; */
35
  margin-right: auto;
36
  }