15 lines
No EOL
256 B
CSS
15 lines
No EOL
256 B
CSS
.scroller {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-left: 0.5rem;
|
|
padding-right: 0.5rem;
|
|
width: 100%;
|
|
} |