cs-2022-class-profile/components/CenterWrapper.module.css

8 lines
158 B
CSS

.textbox {
width: 80%;
padding: calc(80rem / 16);
background-color: var(--secondary-background);
border-radius: calc(20rem / 16);
margin: 0 auto;
}