17 lines
169 B
CSS
17 lines
169 B
CSS
.container {
|
|
padding: 0px;
|
|
}
|
|
|
|
|
|
.scrollingWrapperFlexbox {
|
|
height: 100vh;
|
|
}
|
|
|
|
.card {
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
.typeHeader {
|
|
font-family: silkscreen;
|
|
font-size: xx-large;
|
|
} |