Increase gap between tabs and content by 2px (padding-top: 20px → 22px)

This commit is contained in:
Marcus Quinn
2025-03-24 20:51:27 +00:00
parent 8fa4b67da9
commit 16d0d5e2ef

View File

@ -142,7 +142,7 @@ input:checked + .wp-toggle-slider:before {
/* Tab Content Area */ /* Tab Content Area */
.wp-allstars-tab-content { .wp-allstars-tab-content {
padding-top: 20px; padding-top: 22px;
} }
/* Settings Content */ /* Settings Content */
@ -162,7 +162,7 @@ input:checked + .wp-toggle-slider:before {
/* Ensure consistent spacing for all tabs */ /* Ensure consistent spacing for all tabs */
.wp-allstars-tab-content { .wp-allstars-tab-content {
padding-top: 20px; padding-top: 22px;
} }
/* Ensure any AJAX-loaded content follows the same padding rules */ /* Ensure any AJAX-loaded content follows the same padding rules */