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
148 B
SCSS
Raw Normal View History

2022-08-29 21:09:28 +03:00
.container {
max-width: 1080px;
margin: 0 auto;
padding: 1rem;
2022-09-12 22:31:58 +03:00
background-color: var(--container-main);
2022-08-29 21:34:46 +03:00
min-height: calc(100vh - 54px);
2022-08-29 21:09:28 +03:00
}