mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
feat: new cover image
This commit is contained in:
BIN
webpage/src/pages/cover.jpg
Normal file
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 |
@@ -6,7 +6,7 @@ import { GetStaticProps } from 'next';
|
||||
import { getPositions, Position } from '@morten-olsen/personal-webpage-profile';
|
||||
import { Sheet } from '../components/sheet';
|
||||
import { ArticleGrid } from 'components/articles/grid';
|
||||
const cover = require('./cover.png');
|
||||
const cover = require('./cover.jpg');
|
||||
|
||||
type Props = {
|
||||
articles: ReturnType<typeof getArticles>;
|
||||
@@ -31,8 +31,8 @@ const Title = styled(Jumbo)`
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
margin: 5px;
|
||||
font-size: 2rem;
|
||||
line-height: 2.1rem;
|
||||
font-size: 3rem;
|
||||
line-height: 3.1rem;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user