last bit of finagling, i'm done now i prommy

This commit is contained in:
tobi 2025-03-18 13:38:08 +01:00
commit 59bd33b492
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
/* /*
Profile gallery can be wider than default. Profile gallery can be wider than default.
*/ */
grid-template-columns: 1fr min(98%, 65rem) 1fr; grid-template-columns: 1fr min(95%, 65rem) 1fr;
} }
.profile { .profile {

View file

@ -24,7 +24,7 @@
Profile page can be a little wider than default Profile page can be a little wider than default
page, since we're using a side-by-side column view. page, since we're using a side-by-side column view.
*/ */
grid-template-columns: 1fr min(92%, 65rem) 1fr; grid-template-columns: 1fr min(95%, 65rem) 1fr;
} }
.profile .column-split { .profile .column-split {