class-profile-2023/components/Panel.module.css

10 lines
195 B
CSS

.textbox {
display: flex;
flex-direction: column;
width: 80%;
padding: calc(80rem / 16);
background-color: var(--side-panel);
border-radius: calc(20rem / 16);
align-self: center;
}