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

This commit is contained in:
freakoverse 2024-10-30 16:50:03 +00:00
parent 36aeb53a8c
commit 68ebaf38bd

View File

@ -33,9 +33,11 @@
}
.IBMSMSMSSS_Author_Top_Details {
display: grid;
grid-template-columns: 1fr;
display: flex;
flex-direction: column;
grid-gap: 15px;
flex-grow: 1;
width: 100%;
}
.HBSS_Author_Top_NostrLinks {
@ -128,7 +130,6 @@
}
.IBMSMSMSSS_Author_Top_Left {
height: 100%;
display: flex;
flex-direction: column;
grid-gap: 15px;
@ -137,7 +138,6 @@
@media (max-width: 576px) {
.IBMSMSMSSS_Author_Top_Left {
height: 100%;
display: flex;
flex-direction: column;
grid-gap: 25px;