portfolio tweaks
Build / Deploy (push) Has been cancelled
Details
Build / Deploy (push) Has been cancelled
Details
This commit is contained in:
parent
c12d34a822
commit
65a6d12c9d
|
@ -8,6 +8,7 @@ permalink: "/portfolio/"
|
|||
<div class="portfolio-list-item-header">
|
||||
<h2>{{portfolioItem.data.title}}</h2>
|
||||
- {{portfolioItem.data.description}}
|
||||
<a href="{{portfolioItem.data.page.url | safe}}">See More -></a>
|
||||
</div>
|
||||
<div class="flex">
|
||||
{% for image in portfolioItem.data.images | slice(3) %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Luxor Live
|
||||
description: Delivering dynamic, on-the-spot lighting solutions for visiting acts without their own lighting designer, and ensuring a smooth experience for touring LD's
|
||||
description: Delivering dynamic, on-the-spot lighting for visiting acts without their own lighting designer, and ensuring a smooth experience with the house rig for visiting technicians.
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ const conf = {
|
|||
|
||||
return images;
|
||||
},
|
||||
data(data) { return data; }
|
||||
data(data) { return data; },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -65,11 +65,10 @@ body {
|
|||
margin-top: 1rem;
|
||||
|
||||
.flex {
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
|
||||
picture {
|
||||
max-width: 33%;
|
||||
display: block;
|
||||
height: 15rem;
|
||||
|
||||
|
@ -92,6 +91,11 @@ body {
|
|||
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
|
||||
a {
|
||||
margin-left: auto;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue