Preview:
/* estableciendo padding selectivo para mejorar el responsive en pantallas menor a 1920*/

@media (max-width: 1400px){
.paddingselectivo{
	padding-left: 45px;
	padding-right: 45px;
	}}
	
@media (max-width: 700px){
.paddingselectivo{
	padding-left: 0px;
	padding-right: 0px;
	}}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter