luulinh90s commited on
Commit
7a134e8
·
1 Parent(s): 3d45f83
Files changed (1) hide show
  1. templates/experiment.html +5 -1
templates/experiment.html CHANGED
@@ -64,12 +64,16 @@
64
  background-color: #f0f0f0;
65
  padding: 10px;
66
  border-radius: 10px;
67
- margin: 10px 0;
 
 
68
  }
 
69
  .question-text {
70
  font-size: 18px;
71
  font-weight: bold;
72
  color: #333;
 
73
  }
74
  .buttons {
75
  display: flex;
 
64
  background-color: #f0f0f0;
65
  padding: 10px;
66
  border-radius: 10px;
67
+ margin: 10px auto; /* Changed from '10px 0' to '10px auto' */
68
+ max-width: 80%; /* Adjust this value as needed */
69
+ text-align: center; /* Center the text inside the box */
70
  }
71
+
72
  .question-text {
73
  font-size: 18px;
74
  font-weight: bold;
75
  color: #333;
76
+ margin: 0; /* Remove default margins */
77
  }
78
  .buttons {
79
  display: flex;