diff --git a/src/styles/author.css b/src/styles/author.css index 6992c70..c0cc042 100644 --- a/src/styles/author.css +++ b/src/styles/author.css @@ -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;