This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/style/pages/welcome.scss

22 lines
429 B
SCSS

#Welcome {
display: flex;
flex-direction: column;
align-items: center;
header {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
.icon {
max-width: 30vw;
width: 200px;
margin-right: 20px;
}
.type {
max-width: 50vw;
width: 400px;
}
}
}