Quellcode durchsuchen

Added the necessary fields for the Assistant

victor_passos vor 2 Jahren
Ursprung
Commit
94cb5bf190
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  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;