Browse Source

Added margin.

pull/15/head
Halil İbrahim Kalkan 6 years ago
parent
commit
bacb0c45cf
  1. 2
      eventhub/src/EventHub.Web/Pages/Index.cshtml
  2. 2
      eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml

2
eventhub/src/EventHub.Web/Pages/Index.cshtml

@ -22,7 +22,7 @@
@foreach (var eventItem in Model.Events)
{
<abp-column size-lg="_4" size-md="_6">
<abp-card>
<abp-card class="mb-3">
<img abp-card-image="Top" src="https://picsum.photos/seed/@eventItem.Id.ToString()/400/160?blur=8" alt="@eventItem.Title"/>
<abp-card-body>
<abp-card-title>@eventItem.Title</abp-card-title>

2
eventhub/src/EventHub.Web/Pages/Organizations/Index.cshtml

@ -8,7 +8,7 @@
@foreach (var organization in Model.Organizations)
{
<abp-column size-lg="_4" size-md="_6">
<abp-card>
<abp-card class="mb-3">
<img abp-card-image="Top" src="https://picsum.photos/seed/@organization.Name/400/160?blur=8" alt="@organization.DisplayName"/>
<abp-card-body>
<abp-card-title>@organization.DisplayName</abp-card-title>

Loading…
Cancel
Save