Change post formatting
Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
		@@ -22,14 +22,15 @@ function Post({ post }: { post: Post & { content: string, cover?: string } }) {
 | 
			
		||||
                    backgroundImage:
 | 
			
		||||
                        post.cover ?
 | 
			
		||||
                            `url(/assets/images/${post.cover})` :
 | 
			
		||||
                            'linear-gradient(to bottom right, #565a0f, #08432c 15%, rgb(5, 39, 10) 40%, rgb(0, 22, 46) 80%)'
 | 
			
		||||
                            'linear-gradient(to bottom right, rgb(5, 51, 11), rgb(5, 45, 13) 15%, rgb(5, 39,15) 40%, rgb(0, 30, 16) 80%)'
 | 
			
		||||
                }}></div>}
 | 
			
		||||
            <div className={style.spacer}></div>
 | 
			
		||||
            <div className={`${style.spacer} ${post.cover ? style.background : ''}`}></div>
 | 
			
		||||
            <section className={`${style.block} block`}>
 | 
			
		||||
                <div className='container'>
 | 
			
		||||
                    <ReactMarkdown>{post.content}</ReactMarkdown>
 | 
			
		||||
                </div>
 | 
			
		||||
            </section>
 | 
			
		||||
            <div className={style.spacer}></div>
 | 
			
		||||
        </Layout>
 | 
			
		||||
 | 
			
		||||
    </>
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1 @@
 | 
			
		||||
{"mos-6502":{"title":"MOS 6502 Microprocessor","mtime":"2023-10-29T18:05:52.440Z"},"nintendo-switch":{"title":"Nintendo Switch","mtime":"2023-10-29T18:06:23.793Z"},"steam-deck":{"title":"Steam Deck","mtime":"2023-10-29T18:06:45.197Z"},"steam":{"title":"Steam Client","mtime":"2023-10-29T18:06:53.897Z"},"zilog-z80":{"title":"Zilog Z80 Microprocessor","mtime":"2023-10-29T18:07:08.580Z"}}
 | 
			
		||||
{"mos-6502":{"title":"MOS 6502 Microprocessor","mtime":"2023-10-29T18:05:52.440Z"},"nintendo-switch":{"title":"Nintendo Switch","mtime":"2023-10-29T18:06:23.793Z"},"steam-deck":{"title":"Steam Deck","mtime":"2023-11-01T22:27:06.480Z"},"steam":{"title":"Steam Client","mtime":"2023-10-29T18:06:53.897Z"},"zilog-z80":{"title":"Zilog Z80 Microprocessor","mtime":"2023-10-29T18:07:08.580Z"}}
 | 
			
		||||
@@ -16,7 +16,7 @@
 | 
			
		||||
 | 
			
		||||
.block {
 | 
			
		||||
    font-family: 'EB Garamond', 'Garamond', 'Times New Roman', Times, serif;
 | 
			
		||||
    background-color: rgba(13, 17, 23, 0.99);
 | 
			
		||||
    background-color: rgba(13, 17, 23, 0.97);
 | 
			
		||||
    margin: 0 auto;
 | 
			
		||||
    border-radius: 0;
 | 
			
		||||
    font-size: 1.25rem;
 | 
			
		||||
@@ -25,5 +25,9 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.spacer {
 | 
			
		||||
    height: 6.25rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.background.spacer {
 | 
			
		||||
    height: 25rem;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user