diff --git a/components/ui/ProjectCard.vue b/components/ui/ProjectCard.vue index d8a2e094..b69f6237 100644 --- a/components/ui/ProjectCard.vue +++ b/components/ui/ProjectCard.vue @@ -442,7 +442,7 @@ export default { display: flex; flex-direction: column; flex-wrap: wrap; - align-items: end; + align-items: flex-end; gap: var(--spacing-card-md); .stat { @@ -495,7 +495,7 @@ export default { grid-area: description; margin-block: 0; display: flex; - justify-content: start; + justify-content: flex-start; } .tags { @@ -512,7 +512,7 @@ export default { display: flex; flex-direction: column; gap: var(--spacing-card-sm); - align-items: end; + align-items: flex-end; flex-grow: 1; } diff --git a/pages/search.vue b/pages/search.vue index 1bc8e0a5..17b6660f 100644 --- a/pages/search.vue +++ b/pages/search.vue @@ -220,8 +220,8 @@ class="card warning" aria-label="Warning" > - Modpack support is currently in alpha, and modpacks can only be created and - installed through third party tools. Our documentation includes + Modpack support is currently in alpha, and modpacks can only be created + and installed through third party tools. Our documentation includes instructions on