mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-10-31 12:59:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			210 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			210 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .navigation {
 | |
|   padding: 0 .5rem 1rem;
 | |
|   text-align: right;
 | |
|   width: 100%;
 | |
| 
 | |
|   a {
 | |
|     padding: 0 .5rem;
 | |
| 
 | |
|     &:first-child {
 | |
|       padding-left: 0;
 | |
|     }
 | |
| 
 | |
|     &:last-child {
 | |
|       padding-right: 0;
 | |
|     }
 | |
|   }
 | |
| }
 |