Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit a98bb68

Browse files
ux(#8): display button to open ad after details
1 parent 88595a8 commit a98bb68

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/app/item/item-view.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<div class="col-md-6" id="item-details">
1212

1313
<app-item-summary (notifyPrice)="updateMetaDescription($event)" [item]="item"></app-item-summary>
14+
</div>
1415

16+
<div class="col-md-12 mt-md-4">
1517
<div class="row" id="text-more">
1618
<div class="col-md-12">
1719
<p>{{'TEXT.MORE'| translate}}</p>

src/app/item/item-view.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ section#item {
3939

4040
#text-more {
4141
padding-top: 32px;
42+
43+
p {
44+
display: flex;
45+
justify-content: center;
46+
}
4247
}
4348

4449
@media (max-width: 992px) {

0 commit comments

Comments
 (0)