webapp/src/components/Views/Expo/Expo.module.scss

19 lines
265 B
SCSS
Raw Normal View History

2023-10-10 15:38:02 +00:00
.Expo {
display: block;
background: #fef2f2;
2023-11-13 14:43:08 +00:00
padding: 0 0 4rem;
2023-10-10 15:38:02 +00:00
min-height: 100vh;
.navigation {
2023-11-13 14:43:08 +00:00
padding: 0;
2023-10-10 15:38:02 +00:00
}
2023-11-13 14:43:08 +00:00
2023-10-10 15:38:02 +00:00
.showMore {
display: flex;
width: 100%;
padding: 4rem 0 2rem;
align-items: center;
justify-content: center;
}
}