diff --git a/src/components/projectPost.vue b/src/components/projectPost.vue index 6520ba4..5fdd62b 100644 --- a/src/components/projectPost.vue +++ b/src/components/projectPost.vue @@ -149,7 +149,7 @@
- +
diff --git a/src/styles/_page.project.feed.scss b/src/styles/_page.project.feed.scss index 5324b52..825e473 100644 --- a/src/styles/_page.project.feed.scss +++ b/src/styles/_page.project.feed.scss @@ -68,6 +68,9 @@ padding: var.$elem-spacing 0px; &.index { + display: flex; + align-items: center; + gap: var.$elem-spacing; flex: 0 0 auto; .link { @@ -285,4 +288,4 @@ } } } -} \ No newline at end of file +}