Learning/.checkout/assets/styles/components/wrapper.scss
2023-05-05 20:53:21 +02:00

9 lines
No EOL
143 B
SCSS

.wrapper{
width: 80%;
height: 100%;
margin: 0;
display: flex;
gap: 1rem;
padding: 1rem;
min-height: calc(100vh - 5rem);
}