Update full avatar background

This commit is contained in:
2022-12-01 23:47:07 +08:00
parent 2297f87fa3
commit 2d71e7b0cb

View File

@@ -4,11 +4,16 @@ html {
body {
margin: auto;
padding-top: 1rem;
background-color: var(--background, 33);
max-width: unset;
}
#root {
display: flex;
justify-content: center;
}
.base {
display: grid;
grid-row-gap: 1em;
max-width: 800px;
}
.header {
color: white;