adding responsiveness for max-width=60em

This commit is contained in:
mosampaio 2013-11-22 21:53:20 -03:00
parent 1aec12c666
commit c13eba3f97

View File

@ -333,6 +333,13 @@ noscript {
.first h2, .first h1{
padding-left: 0.5em;
}
.yui-gf div.first {
width: 20%;
}
.yui-gf .yui-u { width: 80% }
}
@media screen and (min-width: 60em) {