Content Calendar, Content Gap Analysis, and Content Optimization

This commit is contained in:
ajaysi
2025-05-27 09:15:08 +05:30
parent 4049d19787
commit 889021c078
100 changed files with 18504 additions and 1251 deletions

View File

@@ -673,4 +673,19 @@ select option {
.search-option.disabled h4,
.search-option.disabled p {
color: #64748b;
}
/* Move main content upwards and reduce free space at the top */
.main .block-container {
padding-top: 0 !important;
margin-top: 0 !important;
}
h1 {
margin-top: 0 !important;
padding-top: 0 !important;
}
/* Optionally, reduce margin for the main title container if used */
.seo-main-title, .main-title, .dashboard-title {
margin-top: 0 !important;
padding-top: 0 !important;
}