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-07-25 11:33:40 -07:00
parent 6bf18c8d7a
commit 0a46d808f4
13 changed files with 73 additions and 15 deletions

View File

@@ -145,6 +145,16 @@ nav {
scrollbar-color: #555 #333;
}
.page-not-found {
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px;
padding-bottom: 10%;
}
.cover-image {
display: flex;
flex: 1;