Update src/styles/author.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 38s
All checks were successful
Release to Staging / build_and_release (push) Successful in 38s
This commit is contained in:
parent
c25d3da64b
commit
36aeb53a8c
@ -1,7 +1,7 @@
|
||||
.IBMSMSMSSS_Author {
|
||||
padding: 10px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
grid-gap: 10px;
|
||||
border: solid 1px rgba(255,255,255,0.1);
|
||||
border-radius: 15px;
|
||||
@ -13,6 +13,7 @@
|
||||
grid-gap: 15px;
|
||||
justify-content: start;
|
||||
align-items: start;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
Loading…
Reference in New Issue
Block a user