10 lines
No EOL
162 B
CSS
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;
|
|
} |