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

30 lines
576 B
SCSS
Raw Normal View History

2020-06-27 23:39:47 +00:00
#Welcome {
display: flex;
flex-direction: column;
align-items: center;
2020-06-28 00:22:11 +00:00
justify-content: center;
font-size: 12pt;
line-height: 1.4em;
padding: 10pt;
2020-06-27 23:39:47 +00:00
header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
2020-06-28 00:22:11 +00:00
padding: 20pt;
2020-06-27 23:39:47 +00:00
.icon {
2020-06-28 00:22:11 +00:00
max-width: 25vw;
2020-06-27 23:39:47 +00:00
width: 200px;
margin-right: 20px;
}
.type {
max-width: 50vw;
width: 400px;
}
}
2020-06-28 00:22:11 +00:00
p,
ul {
max-width: 960px;
}
2020-06-27 23:39:47 +00:00
}