Fix lint errors (#794)

This commit is contained in:
Geometrically
2022-12-06 15:12:38 -08:00
committed by GitHub
parent 5fc32c7b85
commit 050f8f3c81
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -442,7 +442,7 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-wrap: wrap; flex-wrap: wrap;
align-items: end; align-items: flex-end;
gap: var(--spacing-card-md); gap: var(--spacing-card-md);
.stat { .stat {
@@ -495,7 +495,7 @@ export default {
grid-area: description; grid-area: description;
margin-block: 0; margin-block: 0;
display: flex; display: flex;
justify-content: start; justify-content: flex-start;
} }
.tags { .tags {
@@ -512,7 +512,7 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: var(--spacing-card-sm); gap: var(--spacing-card-sm);
align-items: end; align-items: flex-end;
flex-grow: 1; flex-grow: 1;
} }
</style> </style>
+2 -2
View File
@@ -220,8 +220,8 @@
class="card warning" class="card warning"
aria-label="Warning" aria-label="Warning"
> >
Modpack support is currently in alpha, and modpacks can only be created and Modpack support is currently in alpha, and modpacks can only be created
installed through third party tools. Our documentation includes and installed through third party tools. Our documentation includes
instructions on instructions on
<a <a
href="https://docs.modrinth.com/docs/modpacks/playing_modpacks/" href="https://docs.modrinth.com/docs/modpacks/playing_modpacks/"