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 {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-gap: 15px;
|
||||
justify-content: start;
|
||||
align-items: start;
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user