Learning/.checkout/assets/styles/components/wrapper.scss

9 lines
143 B
SCSS
Raw Normal View History

2023-05-05 18:53:21 +00:00
.wrapper{
width: 80%;
height: 100%;
margin: 0;
display: flex;
gap: 1rem;
padding: 1rem;
min-height: calc(100vh - 5rem);
}