style: fix wrong flex property for the main nav
Closes #4 Adds a .gitignore to avoid the css directory Co-Authored-by: Igor Milhit <igor@milhit.ch>pull/31/head
							parent
							
								
									c6ea77b429
								
							
						
					
					
						commit
						4b492fa427
					
				| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
### Sass ###
 | 
			
		||||
.sass-cache/
 | 
			
		||||
*.css.map
 | 
			
		||||
*.sass.map
 | 
			
		||||
*.scss.map
 | 
			
		||||
assets/css/
 | 
			
		||||
| 
						 | 
				
			
			@ -30,5 +30,5 @@
 | 
			
		|||
 | 
			
		||||
nav {
 | 
			
		||||
  margin-right: .5em;
 | 
			
		||||
  align-self: end;
 | 
			
		||||
  align-self: flex-end;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue