Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1425 Rev 1431
Line 49... Line 49...
49
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton {
49
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton {
50
	text-align: center;
50
	text-align: center;
51
}
51
}
Line 52... Line 52...
52
 
52
 
53
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
53
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
54
	font-size: 2em;
54
	font-size: 1.5em;
55
	background-color: #928B71;
55
	background-color: #928B71;
56
	color: #FFFFFF;
56
	color: #FFFFFF;
Line 57... Line 57...
57
}
57
}
Line 149... Line 149...
149
/**
149
/**
150
 *
150
 *
151
 * Media Queries
151
 * Media Queries
152
 *
152
 *
153
*/
153
*/
154
@media screen and (max-width: 384px) {
154
@media screen and (max-width: 480px) {
155
  	#smartflore-fiche #smartflore-entete h1 {
155
  	#smartflore-fiche #smartflore-entete h1 {
156
		font-size: 2.2em;
156
		font-size: 2.2em;
157
	}
157
	}
Line 158... Line 158...
158
	
158