diff --git a/src/_data/linkTree.json b/src/_data/linkTree.json index cc4285b..07d53b9 100644 --- a/src/_data/linkTree.json +++ b/src/_data/linkTree.json @@ -16,7 +16,7 @@ "link": "https://cookiecollectif.bandcamp.com/music" }, { - "title": "Livecoding.fr", + "title": "LiveCoding.fr", "link": "https://livecoding.fr" } -] \ No newline at end of file +] diff --git a/src/wall_of_sound.njk b/src/wall_of_sound.njk index 8de6397..d204c14 100644 --- a/src/wall_of_sound.njk +++ b/src/wall_of_sound.njk @@ -14,10 +14,10 @@ permalink: /wall-of-sound/ {% for project in projects | shuffle %}
@@ -30,7 +30,7 @@ permalink: /wall-of-sound/ margin-top: 3%; display: grid; gap: 1.5em; - grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); padding: 1em; overflow-y: auto; max-height: 90vh; @@ -38,8 +38,8 @@ permalink: /wall-of-sound/ } .audio-player { - width: 100%; - max-width: 500px; + width: 100%; + max-width: 500px; padding: 1em; border-radius: 0.5em; }