Fixed centered tiers in tierlists :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 35s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-06 17:42:22 +01:00
parent 7722537041
commit 1bdf87c6af

View File

@@ -6,7 +6,7 @@ defineProps<{
</script>
<template>
<div style="display: flex; align-items: center;">
<div style="display: flex;">
<h2 class="tierlist-tier-title">{{ title }}</h2>
<div class="tierlist-tier-container">
<NuxtLink v-for="{champion: champion} in tier" :to="'/champion/' + champion.alias.toLowerCase()">
@@ -36,6 +36,7 @@ defineProps<{
font-size: 54px;
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
font-weight: 300;
}