timple-c
11/29/2017 - 8:07 PM

agregar lineas como separador de links y que quede bien

agregar lineas como separador de links y que quede bien

nav > .proyectoslinks a{
	font:14px/34px Akkurat-Light;
	color:black;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:20px;
}

nav > .proyectoslinks a:before{
	content:'/';
	font:14px/34px Akkurat-Light;
	color:black;
	margin-right:20px;
}