mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
25 lines
400 B
CSS
25 lines
400 B
CSS
.welcome-div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
flex: 1;
|
|
padding: 0 60px;
|
|
}
|
|
|
|
.title {
|
|
display: flex;
|
|
flex: 1;
|
|
font-size: 60px;
|
|
margin-bottom: 60px;
|
|
color: #ffffff;
|
|
justify-content: center;
|
|
}
|
|
|
|
.button-div {
|
|
display: flex;
|
|
flex: 2;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 8px;
|
|
gap: 40px;
|
|
} |