'update'
[qomet.git] / public / stylesheets / statements.css
index 169e67d..5ff0113 100644 (file)
@@ -3,11 +3,19 @@ button.sendAnswer {
        margin: 0 auto;
 }
 
+.questionGroup {
+       /* TODO */
+}
+
 .question {
        margin: 20px 5px;
        padding: 15px 0;
 }
 
+.question:not(:last-child) {
+       border-bottom: 1px solid black;
+}
+
 .question label {
        color: black;
 }