frio: fix event seperator
This commit is contained in:
parent
e5ce73b1f8
commit
7ddc5339fd
2 changed files with 3 additions and 5 deletions
|
@ -2539,9 +2539,8 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
||||||
.event-card .event-card-content .event-location-map .map{
|
.event-card .event-card-content .event-location-map .map{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
.event-card .description {
|
||||||
.event-card .event-description .seperator {
|
margin-top: 10px;
|
||||||
margin-top: 0;
|
|
||||||
box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
|
box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
|
||||||
}
|
}
|
||||||
/* Photos Pages */
|
/* Photos Pages */
|
||||||
|
|
|
@ -37,8 +37,7 @@
|
||||||
|
|
||||||
{{if $description}}
|
{{if $description}}
|
||||||
<div class="description event-description">
|
<div class="description event-description">
|
||||||
<hr class="seperator" />
|
|
||||||
{{$description}}
|
{{$description}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue