1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-09-05 20:42:04 -07:00
parent c146fc70c1
commit 939f5946a5
2 changed files with 34 additions and 17 deletions

View File

@@ -778,24 +778,28 @@ body {
grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 1500px) {
.mod-list,
.article-list {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 1250px) {
.mod-list,
.article-list {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1000px) {
.mod-list,
.article-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 775px) {
.mod-list,
.article-list {
@@ -803,7 +807,22 @@ body {
}
}
@keyframes article {
/* bruh pls find a fix for this */
@keyframes article-1 {
0% {
opacity: 0;
scale: 0;
}
80% {
scale: 1.1;
}
100% {
opacity: 1;
scale: 1;
}
}
@keyframes article-2 {
0% {
opacity: 0;
scale: 0;