mirror of
				https://github.com/r-freeman/portfolio.git
				synced 2025-11-03 23:31:11 +00:00 
			
		
		
		
	Changed global.css file extension
This commit is contained in:
		
							parent
							
								
									0e53ba04fb
								
							
						
					
					
						commit
						42460463c5
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
import '@fontsource/inter/400.css';
 | 
					import '@fontsource/inter/400.css';
 | 
				
			||||||
import '@fontsource/inter/700.css';
 | 
					import '@fontsource/inter/700.css';
 | 
				
			||||||
import '../styles/globals.css';
 | 
					import '../styles/globals.scss';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function App({Component, pageProps}) {
 | 
					function App({Component, pageProps}) {
 | 
				
			||||||
    return <Component {...pageProps} />
 | 
					    return <Component {...pageProps} />
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										15
									
								
								styles/globals.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								styles/globals.scss
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					html,
 | 
				
			||||||
 | 
					body {
 | 
				
			||||||
 | 
					    padding: 0;
 | 
				
			||||||
 | 
					    margin: 0;
 | 
				
			||||||
 | 
					    font-family: "Inter", sans-serif;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					a {
 | 
				
			||||||
 | 
					    color: inherit;
 | 
				
			||||||
 | 
					    text-decoration: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* {
 | 
				
			||||||
 | 
					    box-sizing: border-box;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user