This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
icynet-admin/components/common/Container/Container.module.scss

8 lines
131 B
SCSS

.container {
max-width: 1080px;
margin: 0 auto;
padding: 1rem;
background-color: #fff;
min-height: calc(100vh - 54px);
}