LANCommander/LANCommander.Server/UI/Pages/Launcher.razor.css

10 lines
162 B
CSS
Raw Permalink Normal View History

2024-10-07 18:38:27 -05:00
.launcher-download {
display: flex;
flex-direction: row;
justify-content: center;
}
.launcher-download img {
max-width: 500px;
width: 75vw;
}