💄 fix some styling of footer & sectioncontainer
This commit is contained in:
		
							parent
							
								
									6811c656e9
								
							
						
					
					
						commit
						2b7805a380
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2,6 +2,6 @@
 | 
				
			||||||
const today = new Date();
 | 
					const today = new Date();
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<footer class="flex justify-center py-5 footerbg">
 | 
					<footer class="flex justify-center py-5 mt-auto footerbg">
 | 
				
			||||||
	{today.getFullYear()} © Sindre Kjelsrud.
 | 
						{today.getFullYear()} © Sindre Kjelsrud.
 | 
				
			||||||
</footer>
 | 
					</footer>
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
 | 
				
			||||||
	</head>
 | 
						</head>
 | 
				
			||||||
	<body>
 | 
						<body>
 | 
				
			||||||
        <section class="mx-auto max-w-3xl px-4 sm:px-6 xl:max-w-2xl xl:px-0">
 | 
					        <section class="mx-auto max-w-3xl px-4 sm:px-6 xl:max-w-2xl xl:px-0">
 | 
				
			||||||
            <div class="flex flex-col justify-between h-screen">
 | 
					            <div class="flex flex-col h-screen">
 | 
				
			||||||
                <Header title={SITE_TITLE} />
 | 
					                <Header title={SITE_TITLE} />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <slot class="flex-1"/>
 | 
					                <slot class="flex-1"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue