Просмотр исходного кода

Added the necessary fields for the Assistant

victor_passos 2 лет назад
Родитель
Сommit
94cb5bf190
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      css/ivprog-assessment.css

+ 9 - 0
css/ivprog-assessment.css

@@ -33,6 +33,15 @@ table td { font-size: 14pt;}
   text-decoration: line-through;
   color: #d02929
 }
+.assistant-div-left {
+  float: left;
+  width: calc(50% - 40px);
+}
+.assistant-div-right {
+  float: right;
+  width: calc(50% - 40px);
+  margin-right: 25px;
+}
 .details-body h3 {
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;