Even more styling

This commit is contained in:
2022-10-16 00:05:44 +02:00
parent 6dd52770da
commit 37b723d3fb
5 changed files with 73 additions and 15 deletions

View File

@ -1,10 +1,10 @@
import type { NextPage } from "next";
import Layout from "../components/Blog/Layout";
import type { ContentList } from "../lib/content/types";
import ProjectCard from "../components/Blog/Card";
import { getContentList } from "../lib/content/generateBackend";
import styles from "../styles/Blog/Front.module.scss";
import Layout from "../components/Blog/Layout";
const Blog: NextPage<{ content: ContentList }> = ({content}) => {
const generateCards = (type: string) => {