cleanup profile page html to be valid replace old temp design system components with new ones divider is now correctly an hr element less section elements to be valid html
11 lines
131 B
CSS
11 lines
131 B
CSS
.container {
|
|
display: grid;
|
|
gap: var(--Space-x3);
|
|
max-width: 510px;
|
|
}
|
|
|
|
.content {
|
|
display: grid;
|
|
gap: var(--Space-x1);
|
|
}
|