Reduce gap between subcategory filters and plugin content to zero

This commit is contained in:
Marcus Quinn
2025-03-25 01:09:04 +00:00
parent f1c3087900
commit d9413aff1c

View File

@ -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: 10px 20px 20px 20px; padding: 0 20px 20px 20px; /* Removed top padding completely */
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@ -1054,7 +1054,7 @@ body.wp-admin .button.pricing-button:hover,
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
margin: 0 0 10px 0; margin: 0 0 0 0; /* Removed bottom margin completely */
text-align: center; text-align: center;
} }