Compare commits
No commits in common. "843d8fc804fc004f53572a666d313519a01f1ebb" and "90a92e2ca5907cdc2012795eaebc652f6ad446d1" have entirely different histories.
843d8fc804
...
90a92e2ca5
@ -8,8 +8,8 @@
|
||||
}
|
||||
|
||||
.IBMSMSMSSS_Author_Top {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-gap: 15px;
|
||||
justify-content: start;
|
||||
align-items: start;
|
||||
@ -33,11 +33,9 @@
|
||||
}
|
||||
|
||||
.IBMSMSMSSS_Author_Top_Details {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-gap: 15px;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.HBSS_Author_Top_NostrLinks {
|
||||
@ -130,6 +128,7 @@
|
||||
}
|
||||
|
||||
.IBMSMSMSSS_Author_Top_Left {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-gap: 15px;
|
||||
@ -138,6 +137,7 @@
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.IBMSMSMSSS_Author_Top_Left {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-gap: 25px;
|
||||
|
Loading…
Reference in New Issue
Block a user