diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 6267450b..9918f5a8 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -537,10 +537,18 @@ td.user-answer-score-2::after { display: flex; } - .exam-list li .flex-col, #full-question-list li .flex-col { +.flex-col { flex: 1; } -#full-question-list li .flex-col-4 { +.flex-col-2 { + flex: 2; + } + +.flex-col-3 { + flex: 3; + } + +.flex-col-4 { flex: 4; } \ No newline at end of file diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index 2042cfd4..9f5507f5 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -29,7 +29,7 @@ {% for question in questions.all %}