LANCommander/LANCommander.Server/Styles/_launcher.scss

18 lines
293 B
SCSS
Raw Permalink Normal View History

2025-02-03 17:49:04 -06:00
.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;
}