feat: make author clickable
This commit is contained in:
		| @@ -37,6 +37,15 @@ export default function App({ Component }: AppProps) { | ||||
|             --background: rgb(43, 41, 48); | ||||
|             --foreground: rgb(129, 129, 129); | ||||
|           } | ||||
|           .custom-grid { | ||||
|             grid-template-columns: repeat(auto-fit, minmax(37vw, 1fr)) ; | ||||
|           } | ||||
|  | ||||
|           @media(min-width: 640px){ | ||||
|             .custom-grid { | ||||
|               grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) ; | ||||
|             } | ||||
|           } | ||||
|           /* work-sans-regular - latin */ | ||||
|           @font-face { | ||||
|             font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user