Bhikkhu-Kosalla 5 лет назад
Родитель
Сommit
9c2b6fa3e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/uhome/course.php

+ 1 - 1
app/uhome/course.php

@@ -48,7 +48,7 @@ include "../pcdl/html_head.php";
 			for (const iterator of arrData) {
 				html += '<div class="card" style="display:flex;margin:1em;padding:10px;">';
 
-				html += '<div style="flex:9;">';
+				html += '<div style="flex:7;">';
 				html +=  '<div class="title" style="padding-bottom:5px;font-size:110%;font-weight:600;"><a href="../course/course.php?id='+iterator.id+'">'+iterator.title+'</a></div>';
 				html += '<div class="summary"  style="padding-bottom:5px;">'+iterator.subtitle+'</div>';
 				html += '<div class="summary"  style="padding-bottom:5px;">'+marked(iterator.summary)+'</div>';