Current File : /home/jvzmxxx/wiki1/extensions/SocialProfile/shared/responsive.less
/**
 * SocialProfile responsive CSS styles -- keep this file small since it's loaded
 * on all pages! Basically the rule of thumb is "if you want to add something here,
 * don't"; there likely is a better place for it unless it really is a style
 * common to all social tools.
 */
/* Styles for low-end smartphones with a low resolution (i.e. Nokia X) */
@media screen and (max-width: 750px) {
	/* Almost all social tools which have buttons use this class */
	input.site-button {
		padding: 15px;
	}
}