Mobile tierlists :) (sort of)
This commit is contained in:
@@ -34,7 +34,7 @@ defineProps<{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.tierlist-tier-title {
|
||||
font-size: 54px;
|
||||
font-size: 3.3rem;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
margin-top: 40px;
|
||||
@@ -56,4 +56,18 @@ defineProps<{
|
||||
|
||||
user-select: none;
|
||||
}
|
||||
@media only screen and (max-width: 450px) {
|
||||
.champion-img-container {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
.champion-img {
|
||||
width: 76px;
|
||||
height: 76px;
|
||||
}
|
||||
.tierlist-tier-container {
|
||||
grid-template-columns: repeat(auto-fit, 80px);
|
||||
min-height: 82px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user