1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

does this work

This commit is contained in:
zumbiepig
2024-08-21 18:21:09 -07:00
parent e391b54810
commit e0c4d471c6
4 changed files with 35 additions and 6 deletions

View File

@@ -11,6 +11,15 @@ body {
overflow: hidden;
background-image: none;
background-size: cover;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.ads-container {
display: none;
}
.launcher {