Fixed MV link structure and bio socials sizing.

This commit is contained in:
2024-11-05 02:57:41 +01:00
parent 5d50f0b032
commit aa672fd641
2 changed files with 2 additions and 2 deletions

View File

@@ -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;