grow speaker and time
parent
2d7c7bb652
commit
081d66b43d
|
@ -86,10 +86,10 @@
|
|||
<p> ${events[i].abstract} </p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<p class="ml-1">${(events[i].persons !== "\n") ? events[i].persons : "<br>"}</p>
|
||||
<h2 class="ml-1">${(events[i].persons !== "\n") ? events[i].persons : "<br>"}</h2>
|
||||
<p>
|
||||
<span class="float-left ml-1">${events[i].start}Uhr</span>
|
||||
<span class="float-right mr-2">${events[i].duration}h</span>
|
||||
<h2 class="float-left ml-1">${events[i].start}Uhr</h2>
|
||||
<h2 class="float-right mr-2">${events[i].duration}h</h2>
|
||||
</p>
|
||||
</div>
|
||||
</div>`;
|
||||
|
|
Loading…
Reference in New Issue