- Update default theme CSS for proper content centering and aspect ratio integration - Add text-align: center to base slide styling for consistent centering - Implement specific alignment for title, subtitle, and text slots - Add aspect ratio specific adjustments (different padding and max-width per ratio) - Create new 2-content-blocks layout with side-by-side equal spacing - Use CSS Grid for 50/50 split with proper gap and visual separation - Add responsive design for mobile devices (stacks vertically) - Include subtle styling to distinguish content blocks - Improve typography scaling for two-column layout 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"themes": {
|
|
"default": {
|
|
"id": "default",
|
|
"cssFile": "style.css",
|
|
"layouts": [
|
|
"2-content-blocks",
|
|
"content-slide",
|
|
"image-slide",
|
|
"title-slide"
|
|
],
|
|
"hasMasterSlide": true
|
|
}
|
|
},
|
|
"generated": "2025-08-20T22:06:06.798Z"
|
|
} |