fix(name): fix a couple of crashes in name and title route

This commit is contained in:
zyachel
2023-05-21 14:44:54 +05:30
parent be80244eb3
commit 8d9b6630a5
10 changed files with 95 additions and 141 deletions

View File

@ -4,12 +4,6 @@
display: grid;
gap: var(--comp-whitespace);
& > section {
overflow-x: auto;
display: grid;
gap: var(--spacer-1);
}
details {
overflow-x: auto;
}

View File

@ -1,4 +1,4 @@
.bio {
.container {
display: grid;
gap: var(--comp-whitespace);
}