💄 small styling edits
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
		
							parent
							
								
									7c4c6ccded
								
							
						
					
					
						commit
						2d97c25c5e
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ const { title, description, pubDate } = Astro.props; | |||
| --- | ||||
| <SectionContainer> | ||||
| 	<main class="flex flex-col flex-1 mb-auto break-words mt-4"> | ||||
| 		<article> | ||||
| 		<article class="flex flex-col gap-1"> | ||||
| 			<h1 class="text-4xl font-extrabold">{title}</h1> | ||||
| 			<p class="italic">{description}</p> | ||||
| 			<FormattedDate date={pubDate}/> | ||||
|  |  | |||
|  | @ -77,6 +77,9 @@ p { | |||
| 
 | ||||
| .blog img { | ||||
| 	border-radius: 10px; | ||||
| 	margin-top: 10px; | ||||
| 	width: 50%; | ||||
| 	height: 50%; | ||||
| } | ||||
| 
 | ||||
| .blog h1 { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sindre Kjelsrud
						Sindre Kjelsrud