Merge pull request #3264 from tkrotoff/fix-nav-items-gaps
This commit is contained in:
		
						commit
						2f4e5fa28b
					
				|  | @ -35,9 +35,9 @@ | ||||||
|         color: $text-color; |         color: $text-color; | ||||||
|         line-height: $base-line-height; |         line-height: $base-line-height; | ||||||
| 
 | 
 | ||||||
|         // Gaps between nav items, but not on the first one |         // Gaps between nav items, but not on the last one | ||||||
|         &:not(:first-child) { |         &:not(:last-child) { | ||||||
|             margin-left: 20px; |             margin-right: 20px; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue