mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
11 lines
133 B
CSS
11 lines
133 B
CSS
.launcher {
|
|
width: 95vw;
|
|
height: 95vh;
|
|
margin: 10px auto 0 auto;
|
|
}
|
|
|
|
.play-button {
|
|
text-decoration: none;
|
|
padding: 10px 10px;
|
|
}
|