Update src/styles/author.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s
This commit is contained in:
parent
36aeb53a8c
commit
68ebaf38bd
@ -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