Reduce gap between subcategory tabs and plugin content by 10px
This commit is contained in:
@ -1040,7 +1040,7 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
|
|
||||||
/* Free Plugins - Single Column Centered Layout */
|
/* Free Plugins - Single Column Centered Layout */
|
||||||
#recommended .wpa-plugin-container {
|
#recommended .wpa-plugin-container {
|
||||||
padding: 20px;
|
padding: 10px 20px 20px 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Reference in New Issue
Block a user