Fixed centered tiers in tierlists :)
This commit is contained in:
@@ -6,7 +6,7 @@ defineProps<{
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div style="display: flex; align-items: center;">
|
<div style="display: flex;">
|
||||||
<h2 class="tierlist-tier-title">{{ title }}</h2>
|
<h2 class="tierlist-tier-title">{{ title }}</h2>
|
||||||
<div class="tierlist-tier-container">
|
<div class="tierlist-tier-container">
|
||||||
<NuxtLink v-for="{champion: champion} in tier" :to="'/champion/' + champion.alias.toLowerCase()">
|
<NuxtLink v-for="{champion: champion} in tier" :to="'/champion/' + champion.alias.toLowerCase()">
|
||||||
@@ -36,6 +36,7 @@ defineProps<{
|
|||||||
font-size: 54px;
|
font-size: 54px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
margin-top: 40px;
|
||||||
|
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user