website/styles/Home.module.css

17 lines
169 B
CSS
Raw Normal View History

2022-11-14 20:26:33 +01:00
.container {
2022-11-15 21:15:26 +01:00
padding: 0px;
2022-11-14 20:26:33 +01:00
}
2022-11-15 21:15:26 +01:00
.scrollingWrapperFlexbox {
height: 100vh;
2022-11-14 20:26:33 +01:00
}
.card {
2022-11-15 21:15:26 +01:00
flex: 0 0 auto;
2022-11-14 20:26:33 +01:00
}
2022-11-15 21:15:26 +01:00
.typeHeader {
font-family: silkscreen;
font-size: xx-large;
}