wip(org): Keep page size down by keeping patrons/contributors out of the footer
This commit is contained in:
parent
d3da19d654
commit
c194ea30c2
3 changed files with 58 additions and 69 deletions
|
@ -1,8 +1,8 @@
|
|||
import Link from 'next/link'
|
||||
|
||||
const linkClasses = fixed => fixed
|
||||
? `w-16 aspect-square block`
|
||||
: "w-12 md:w-14 xl:w-20 aspect-square block"
|
||||
? `w-16 h-16 aspect-square block`
|
||||
: "w-12 h-12 md:w-14 md:h-14 xl:w-20 xl:h-20 aspect-square block"
|
||||
|
||||
const PreviewTile = ({ img, slug, title, href=false, fixed=false }) => (
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue