LANCommander/LANCommander.Server/UI/Pages/Launcher.razor.css
2024-10-07 18:38:27 -05:00

10 lines
No EOL
162 B
CSS

.launcher-download {
display: flex;
flex-direction: row;
justify-content: center;
}
.launcher-download img {
max-width: 500px;
width: 75vw;
}