Skip to content

Commit bf0c770

Browse files
authored
Added min-height to main page, reordered assets to not have authors back to back
1 parent d4a4bb8 commit bf0c770

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

app.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ header {
173173
}
174174
175175
.project {
176+
min-height: 100vh;
177+
176178
.credits {
177179
font-size: 1rem;
178180
padding: var(--pad);

assets/projects.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ export default [
5555
color: "black",
5656
scale: "1",
5757
},
58-
{
59-
url: "https://gfx.aimparency.org/eyesoup-no-pose/",
60-
author: "Felix Niemeyer",
61-
author_url: "https://www.instagram.com/fairlix/",
62-
color: "black",
63-
scale: "1"
64-
},
6558
{
6659
url: "https://soft-khapse-0c54d2.netlify.app/red-boids/",
6760
author: "Dirk Lankamp / der_visualist",
@@ -70,17 +63,24 @@ export default [
7063
scale: "1.01"
7164
},
7265
{
73-
url: "https://soft-khapse-0c54d2.netlify.app/white-bubbles/",
74-
author: "Dirk Lankamp / der_visualist",
75-
author_url: "https://dirk-lankamp.com",
76-
color: "white",
77-
scale: "1.01"
66+
url: "https://gfx.aimparency.org/eyesoup-no-pose/",
67+
author: "Felix Niemeyer",
68+
author_url: "https://www.instagram.com/fairlix/",
69+
color: "black",
70+
scale: "1"
7871
},
7972
{
8073
"url": "https://www.shadertoy.com/embed/lX3XWl?gui=false&paused=false&muted=true",
8174
"author": "Matthias Meissen",
8275
"author_url": "https://www.instagram.com/matthiasmeissen/",
8376
"color": "black",
8477
"scale": "1"
78+
},
79+
{
80+
url: "https://soft-khapse-0c54d2.netlify.app/white-bubbles/",
81+
author: "Dirk Lankamp / der_visualist",
82+
author_url: "https://dirk-lankamp.com",
83+
color: "white",
84+
scale: "1.01"
8585
}
8686
];

0 commit comments

Comments
 (0)