From 65a6d12c9de72c4103f7a332f44cc4b1ca01fbea Mon Sep 17 00:00:00 2001 From: RikSolo Date: Thu, 13 Feb 2025 02:50:07 +0100 Subject: [PATCH] portfolio tweaks --- content/pages/portfolio.njk | 1 + content/portfolio/luxorlive/luxorlive.md | 2 +- content/portfolio/portfolio.11tydata.js | 2 +- content/style.scss | 8 ++++++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/content/pages/portfolio.njk b/content/pages/portfolio.njk index c162d62..3c16206 100644 --- a/content/pages/portfolio.njk +++ b/content/pages/portfolio.njk @@ -8,6 +8,7 @@ permalink: "/portfolio/"

{{portfolioItem.data.title}}

- {{portfolioItem.data.description}} + See More ->
{% for image in portfolioItem.data.images | slice(3) %} diff --git a/content/portfolio/luxorlive/luxorlive.md b/content/portfolio/luxorlive/luxorlive.md index d92d53e..62fc067 100644 --- a/content/portfolio/luxorlive/luxorlive.md +++ b/content/portfolio/luxorlive/luxorlive.md @@ -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. --- diff --git a/content/portfolio/portfolio.11tydata.js b/content/portfolio/portfolio.11tydata.js index 03825a7..f19bf17 100644 --- a/content/portfolio/portfolio.11tydata.js +++ b/content/portfolio/portfolio.11tydata.js @@ -12,7 +12,7 @@ const conf = { return images; }, - data(data) { return data; } + data(data) { return data; }, } }; diff --git a/content/style.scss b/content/style.scss index b93ef47..5e2ba32 100644 --- a/content/style.scss +++ b/content/style.scss @@ -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; + } } }