Gotta go, no time for a nice commit message
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
.LP-Place{
|
||||
width: 280px;
|
||||
height: 235px;
|
||||
.LP-Place__Image{
|
||||
width: 100%;
|
||||
width: 280px;
|
||||
height: 165px;
|
||||
object-fit: fill;
|
||||
}
|
||||
@@ -14,6 +12,7 @@
|
||||
margin-top: 0.8rem;
|
||||
|
||||
padding: 0 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.LP-Place__Info{
|
||||
@@ -26,6 +25,11 @@
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.LP-Place__Description{
|
||||
font-family: $-primary-sans-serif-accent-font;
|
||||
color: $-secondary-color;
|
||||
}
|
||||
|
||||
.LP-Place__Detail{
|
||||
font-family: $-primary-sans-serif-font;
|
||||
padding: 0;
|
||||
|
@@ -5,6 +5,12 @@
|
||||
<h3 class="LP-Place__Title">{{title}}</h3>
|
||||
<p class="LP-Place__Detail" >{{location}}</p>
|
||||
</div>
|
||||
{{# if description}}
|
||||
<p class="LP-TextSection LP-Place__Description">
|
||||
{{description}}
|
||||
</p>
|
||||
{{/if}}
|
||||
|
||||
<ul class="LP-Icon__List">
|
||||
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/favourite.svg"/></li>
|
||||
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/location.svg"/></li>
|
||||
|
Reference in New Issue
Block a user