Files
carrramba-encore-rate/frontend/src/App.module.css
2023-01-22 16:53:45 +01:00

22 lines
279 B
CSS

.App {
--idfm-black: #2c2e35;
--idfm-white: #ffffff;
height: inherit;
width: inherit;
scroll-snap-type: x mandatory;
overflow-x: scroll;
display: flex;
text-align: center;
}
.panel {
min-width: 100%;
height: inherit;
width: inherit;
scroll-snap-align: center;
}