digitalhydra
10/19/2016 - 6:40 PM

hacer un objeto width 100% cuando esta dentro de otro con limite de width

hacer un objeto width 100% cuando esta dentro de otro con limite de width


.w-release{
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}