cs-2022-class-profile/components/FullComponentWrapper.module...

16 lines
246 B
CSS

.wrapper {
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
text-align: center;
width: 80%;
align-self: center;
margin: calc(40rem / 16) 0;
}
.graphWrapper {
margin-top: calc(50rem / 16);
}