🎉 First commit !!!
This commit is contained in:
21
frontend/src/App.module.css
Normal file
21
frontend/src/App.module.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user