Made the social posts scrollable with a bit of redesign
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
This commit is contained in:
parent
9c2ec3a5ea
commit
6c6381791e
@ -3,6 +3,10 @@
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-gap: 15px;
|
||||
max-height: 250px;
|
||||
overflow: auto;
|
||||
border-radius: 10px;
|
||||
border: solid 1px rgba(255,255,255,0.1);
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
Loading…
Reference in New Issue
Block a user