Merge pull request 'staging' (#111) from staging into master
All checks were successful
Release to Production / build_and_release (push) Successful in 35s
All checks were successful
Release to Production / build_and_release (push) Successful in 35s
Reviewed-on: #111
This commit is contained in:
commit
843d8fc804
@ -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;
|
||||||
@ -33,9 +33,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.IBMSMSMSSS_Author_Top_Details {
|
.IBMSMSMSSS_Author_Top_Details {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 1fr;
|
flex-direction: column;
|
||||||
grid-gap: 15px;
|
grid-gap: 15px;
|
||||||
|
flex-grow: 1;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.HBSS_Author_Top_NostrLinks {
|
.HBSS_Author_Top_NostrLinks {
|
||||||
@ -128,7 +130,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.IBMSMSMSSS_Author_Top_Left {
|
.IBMSMSMSSS_Author_Top_Left {
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
grid-gap: 15px;
|
grid-gap: 15px;
|
||||||
@ -137,7 +138,6 @@
|
|||||||
|
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
.IBMSMSMSSS_Author_Top_Left {
|
.IBMSMSMSSS_Author_Top_Left {
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
grid-gap: 25px;
|
grid-gap: 25px;
|
||||||
|
Loading…
Reference in New Issue
Block a user