LANCommander/LANCommander.Server/Styles/_launcher.scss
2025-02-03 17:49:04 -06:00

18 lines
No EOL
293 B
SCSS

.launcher-download {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
flex-grow: 1;
justify-content: center;
}
.launcher-download img {
max-width: 500px;
width: 75vw;
}
.launcher-download h1 {
font-size: 32px;
margin-bottom: 0;
}