fix(blog): restore live-site tables in migrated articles
- restore semantic table markup across English, Spanish, and Arabic posts - match live-site table styling and caption formatting - preserve tables and normalize contained links and assets during extraction
This commit is contained in:
@@ -14,8 +14,10 @@
|
||||
.service-page h3 + p { color: var(--color-accent-strong); font-family: var(--font-accent); font-size: 1.5rem; margin-bottom: -.8rem; }
|
||||
.blog-post-body { max-width: 960px; }
|
||||
.blog-post-body p { margin-bottom: 1.55rem; }
|
||||
.blog-post-body table { border-collapse: collapse; display: block; margin-block: 2rem; overflow-x: auto; width: 100%; }
|
||||
.blog-post-body td, .blog-post-body th { border: 1px solid var(--color-border); padding: .75rem; }
|
||||
.blog-post-body table { border: 1px solid #d7d9e3; border-collapse: collapse; display: table; margin: 0 0 1.4rem; width: 100%; }
|
||||
.blog-post-body td, .blog-post-body th { border: 1px solid #d7d9e3; padding: 10px; }
|
||||
.blog-post-body th { background: var(--color-primary); color: #fff; }
|
||||
.blog-post-body td { background: #fff; color: var(--color-primary); }
|
||||
@media (max-width: 700px) {
|
||||
.service-page > p > img, .service-page > img { float: none; margin: 1.5rem 0; max-width: 100%; width: 100%; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user