Fixed MV link structure and bio socials sizing.
This commit is contained in:
@@ -720,7 +720,7 @@ const socials = props.actor.socials.map((social) => ({
|
||||
|
||||
.socials {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
|
||||
grid-gap: 0 0;
|
||||
overflow: hidden;
|
||||
gap: .25rem;
|
||||
|
||||
Reference in New Issue
Block a user