w-lab-app/src/components/domains/profile/ProfileBlock/ProfileBlock.module.scss
gofnnp 67f4dfdf3d main
compatibility & palm generations & add zustand & config prettier eslint
2025-06-23 00:46:11 +04:00

24 lines
256 B
SCSS

.container {
width: 100%;
padding: 16px;
}
.header {
display: flex;
flex-direction: column;
gap: 4px;
& > .title {
line-height: 32px;
}
& > .description {
line-height: 20px;
}
}
.content {
width: 100%;
margin-top: 16px;
}