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

18 lines
268 B
SCSS
Raw Normal View History

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