feat: new cover image

This commit is contained in:
Morten Olsen
2022-12-09 19:52:33 +01:00
parent bf5138142d
commit e3f56dbe47
3 changed files with 3 additions and 3 deletions

BIN
webpage/src/pages/cover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

View File

@@ -6,7 +6,7 @@ import { GetStaticProps } from 'next';
import { getPositions, Position } from '@morten-olsen/personal-webpage-profile'; import { getPositions, Position } from '@morten-olsen/personal-webpage-profile';
import { Sheet } from '../components/sheet'; import { Sheet } from '../components/sheet';
import { ArticleGrid } from 'components/articles/grid'; import { ArticleGrid } from 'components/articles/grid';
const cover = require('./cover.png'); const cover = require('./cover.jpg');
type Props = { type Props = {
articles: ReturnType<typeof getArticles>; articles: ReturnType<typeof getArticles>;
@@ -31,8 +31,8 @@ const Title = styled(Jumbo)`
@media only screen and (max-width: 700px) { @media only screen and (max-width: 700px) {
margin: 5px; margin: 5px;
font-size: 2rem; font-size: 3rem;
line-height: 2.1rem; line-height: 3.1rem;
} }
`; `;