layout bug fix (responsie text size)

community
Steve L. Nyemba 6 years ago
parent c25fcd5de5
commit b0c6cb31fb

@ -1,3 +1,14 @@
@media only screen and (min-width: 1024px){
body {font-size:18px; font-weight:lighter}
.small {font-size:14px;}
}
@media only screen and (max-width: 1024px){
body {font-size:14px; font-weight:lighter; color:green}
}
body {
/* margin-left:1%; */
/* margin-right:1%; */

Loading…
Cancel
Save