Fix responsive overlap in admin welcome page

This commit is contained in:
Brian Miyaji
2014-05-11 04:22:10 +10:00
parent acc17584bf
commit 608dcf67c1

View File

@@ -107,6 +107,11 @@ class SP_Admin_Welcome {
.about-sportspress-wrap .sp-feature:after {
clear: both;
}
@media only screen and (max-width: 500px) {
.about-sportspress-wrap h1 {
padding-top: 240px;
}
}
/*]]>*/
</style>
<?php