Update src/styles/author.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 39s

This commit is contained in:
freakoverse 2024-10-30 17:01:30 +00:00
parent 68ebaf38bd
commit 40dd903e97

View File

@ -8,8 +8,8 @@
} }
.IBMSMSMSSS_Author_Top { .IBMSMSMSSS_Author_Top {
display: grid; display: flex;
grid-template-columns: 1fr; flex-direction: column;
grid-gap: 15px; grid-gap: 15px;
justify-content: start; justify-content: start;
align-items: start; align-items: start;