Fausto Busuito commited on
Commit
8cd506d
1 Parent(s): 15ca1e9

Application changes

Browse files
Files changed (1) hide show
  1. app/static/style.css +2 -4
app/static/style.css CHANGED
@@ -8,7 +8,6 @@ body {
8
  #quiz-container {
9
  display: none;
10
  padding: 20px;
11
- max-width: 800px;
12
  margin: 20px auto;
13
  background: white;
14
  border: 1px solid #ddd;
@@ -27,7 +26,7 @@ body {
27
  }
28
 
29
  h2 {
30
- font-size: 24px;
31
  color: #333;
32
  margin-bottom: 15px;
33
  }
@@ -44,8 +43,7 @@ label {
44
  }
45
 
46
  #navigation {
47
- display: flex;
48
- justify-content: space-between;
49
  margin-top: 20px;
50
  }
51
 
 
8
  #quiz-container {
9
  display: none;
10
  padding: 20px;
 
11
  margin: 20px auto;
12
  background: white;
13
  border: 1px solid #ddd;
 
26
  }
27
 
28
  h2 {
29
+ font-size: 16px;
30
  color: #333;
31
  margin-bottom: 15px;
32
  }
 
43
  }
44
 
45
  #navigation {
46
+ justify-content: start;
 
47
  margin-top: 20px;
48
  }
49