Return to Snippet

Revision: 70324
at January 13, 2016 23:11 by Hootz


Initial Code
}	@media only screen and (max-width:480px){
	
			td.footer_1 {
				font-size: 10px; 
				display: block;
				width: 100%;
				}

}	@media only screen and (max-width:480px){

			table.footer_2 {
				font-size: 10px; 
				width: 100%;
				display: block;
				}

} @media only screen and (max-width:480px){

			table.footer_3 {
				font-size: 10px; 
				display: block;
				width: 100%;
				}
} @media only screen and (max-width:480px){
			table.footer_4 {
				font-size: 8px; 
				display: inline-block;
				width: 100%;
						}
		
}

Initial URL
https://us9.admin.mailchimp.com/templates/design?tid=306729

Initial Description
This is the CSS for the footer

Initial Title
Media Query for Footer CASHBOARD

Initial Tags
css

Initial Language
CSS