Commit 74b89bf0 authored by Mahmoud Aglan's avatar Mahmoud Aglan

stack fix

parent 6e57c40a
...@@ -38,6 +38,14 @@ ...@@ -38,6 +38,14 @@
* { box-sizing: border-box; margin: 0; padding: 0; } * { box-sizing: border-box; margin: 0; padding: 0; }
/* ── Screen display: readable layout ── */
@media screen {
body { max-width: 210mm; margin: 0 auto; padding: 20px; font-size: 14px; background: #f3f4f6; }
.cover-page, .module-divider, .back-cover { width: 100% !important; height: auto !important; min-height: auto !important; padding: 60px 40px !important; margin-bottom: 24px; border-radius: 12px; }
.toc-page { height: auto !important; min-height: auto !important; padding: 40px !important; margin-bottom: 24px; }
.tutorial-block { margin-bottom: 16px; }
}
/* ── Feature 13: Typography hierarchy ── */ /* ── Feature 13: Typography hierarchy ── */
body { body {
font-family: 'Noto Sans Arabic', 'Noto Sans', 'Segoe UI', Tahoma, Arial, sans-serif; font-family: 'Noto Sans Arabic', 'Noto Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment