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">
|
<div class="portfolio-list-item-header">
|
||||||
<h2>{{portfolioItem.data.title}}</h2>
|
<h2>{{portfolioItem.data.title}}</h2>
|
||||||
- {{portfolioItem.data.description}}
|
- {{portfolioItem.data.description}}
|
||||||
|
<a href="{{portfolioItem.data.page.url | safe}}">See More -></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
{% for image in portfolioItem.data.images | slice(3) %}
|
{% for image in portfolioItem.data.images | slice(3) %}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Luxor Live
|
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;
|
return images;
|
||||||
},
|
},
|
||||||
data(data) { return data; }
|
data(data) { return data; },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -65,11 +65,10 @@ body {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
picture {
|
picture {
|
||||||
max-width: 33%;
|
|
||||||
display: block;
|
display: block;
|
||||||
height: 15rem;
|
height: 15rem;
|
||||||
|
|
||||||
|
@ -92,6 +91,11 @@ body {
|
||||||
|
|
||||||
margin-right: 0.2rem;
|
margin-right: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
margin-left: auto;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue