Fix responsive overlap in admin welcome page
This commit is contained in:
@@ -107,6 +107,11 @@ class SP_Admin_Welcome {
|
|||||||
.about-sportspress-wrap .sp-feature:after {
|
.about-sportspress-wrap .sp-feature:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 500px) {
|
||||||
|
.about-sportspress-wrap h1 {
|
||||||
|
padding-top: 240px;
|
||||||
|
}
|
||||||
|
}
|
||||||
/*]]>*/
|
/*]]>*/
|
||||||
</style>
|
</style>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user