Skip to content

Commit 37470b2

Browse files
committed
๐Ÿ”ง ืฉื•ืคืจ (Improved) - ๐Ÿ–จ๏ธ ืื•ืคื˜ื™ืžื™ื–ืฆื™ื” ืœื”ื“ืคืกื”
### ๐Ÿ”ง ืฉื•ืคืจ (Improved) - 2025-01-14 #### ๐Ÿ–จ๏ธ ืื•ืคื˜ื™ืžื™ื–ืฆื™ื” ืœื”ื“ืคืกื” - **ืชื™ืงื•ืŸ ื‘ืขื™ื™ืช ื”ื“ืคืกื”:** ืคืชืจื•ืŸ ื‘ืขื™ื™ืช ื–ืœื™ื’ืช ืชื•ื›ืŸ ืœืขืžื•ื“ ืฉืœื™ืฉื™ ืจื™ืง - **ื”ืชืืžืช ื’ื“ืœื™ ืคื•ื ื˜:** ืื•ืคื˜ื™ืžื™ื–ืฆื™ื” ืฉืœ ื’ื“ืœื™ ื˜ืงืกื˜ ืœื”ื“ืคืกื” ืงืจื™ืื” - ื›ื•ืชืจืช ืจืืฉื™ืช: 28px โ†’ 30px - ื˜ืงืกื˜ ืจื’ื™ืœ: 14px โ†’ 15px - ืฆืขื“ื™ ืชืจื’ื•ืœ: 13px โ†’ 14px - ืฉืืœื•ืช: 14px โ†’ 15px - **ืฆืžืฆื•ื ืจื•ื•ื—ื™ื:** ื”ืชืืžืช margins ื•-padding ืœื”ื“ืคืกื” ื™ืขื™ืœื” - **ืฉื™ืคื•ืจ ืงืจื™ืื•ืช:** ื”ื’ื“ืœืช line-height ืœ-1.6 ื•-1.5 - **ืื•ืคื˜ื™ืžื™ื–ืฆื™ื” ืฉืœ ืขืžื•ื“ื™ื:** ื”ืชืืžืช ื’ื•ื‘ื” ืขืžื•ื“ ืœ-290mm ืขื padding ืฉืœ 10mm - **ืชื•ืฆืื”:** ื›ืœ ื”ืขืœื•ื ื™ื ื ื“ืคืกื™ื ื›ืขืช ื‘ื“ื™ื•ืง ื‘-2 ืขืžื•ื“ื™ื ืœืœื ื–ืœื™ื’ื”
1 parent d0f4110 commit 37470b2

File tree

2 files changed

+103
-2
lines changed

2 files changed

+103
-2
lines changed

โ€Ž06-Framework-Assets/flyer-viewer.htmlโ€Ž

Lines changed: 88 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,10 @@
367367

368368
.flyer-page {
369369
page-break-after: always;
370-
min-height: 297mm;
370+
min-height: 290mm;
371371
width: 210mm;
372-
padding: 15mm;
372+
padding: 10mm;
373+
margin: 0;
373374
}
374375

375376
.page-front {
@@ -381,6 +382,91 @@
381382
background: white !important;
382383
}
383384

385+
/* ืฆืžืฆื•ื ืจื•ื•ื—ื™ื ื•-padding ื‘ื”ื“ืคืกื” */
386+
.flyer-header {
387+
margin-bottom: 15px !important;
388+
padding-bottom: 10px !important;
389+
}
390+
391+
.flyer-title {
392+
font-size: 30px !important;
393+
margin: 10px 0 !important;
394+
}
395+
396+
.flyer-subtitle {
397+
font-size: 15px !important;
398+
}
399+
400+
.content-section {
401+
margin-bottom: 15px !important;
402+
}
403+
404+
.section-title {
405+
font-size: 17px !important;
406+
margin-bottom: 8px !important;
407+
}
408+
409+
.section-content {
410+
font-size: 15px !important;
411+
line-height: 1.6 !important;
412+
}
413+
414+
.inspiration {
415+
padding: 15px !important;
416+
margin-bottom: 15px !important;
417+
}
418+
419+
.inspiration-text {
420+
font-size: 15px !important;
421+
line-height: 1.6 !important;
422+
}
423+
424+
.practice-box {
425+
padding: 15px !important;
426+
margin: 12px 0 !important;
427+
}
428+
429+
.practice-steps li {
430+
margin-bottom: 10px !important;
431+
font-size: 14px !important;
432+
line-height: 1.5 !important;
433+
}
434+
435+
.question-box {
436+
padding: 18px !important;
437+
margin: 12px 0 !important;
438+
}
439+
440+
.question-text {
441+
font-size: 15px !important;
442+
line-height: 1.5 !important;
443+
}
444+
445+
.closing-word {
446+
margin-top: 15px !important;
447+
padding: 18px !important;
448+
}
449+
450+
.closing-text {
451+
font-size: 26px !important;
452+
}
453+
454+
.back-reflection {
455+
margin-top: 15px !important;
456+
padding: 15px !important;
457+
}
458+
459+
.reflection-lines {
460+
height: 22px !important;
461+
margin-bottom: 12px !important;
462+
}
463+
464+
.flyer-footer {
465+
margin-top: 20px !important;
466+
padding-top: 10px !important;
467+
font-size: 11px !important;
468+
}
469+
384470
@page {
385471
size: A4 portrait;
386472
margin: 0;

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
- ื”ื›ื ืช ืชื‘ื ื™ื•ืช PDF
1717
- ื”ืฉืงืช ืืชืจ ื‘ืื™ื ื˜ืจื ื˜
1818

19+
### ๐Ÿ”ง ืฉื•ืคืจ (Improved) - 2025-01-14
20+
21+
#### ๐Ÿ–จ๏ธ ืื•ืคื˜ื™ืžื™ื–ืฆื™ื” ืœื”ื“ืคืกื”
22+
23+
- **ืชื™ืงื•ืŸ ื‘ืขื™ื™ืช ื”ื“ืคืกื”:** ืคืชืจื•ืŸ ื‘ืขื™ื™ืช ื–ืœื™ื’ืช ืชื•ื›ืŸ ืœืขืžื•ื“ ืฉืœื™ืฉื™ ืจื™ืง
24+
- **ื”ืชืืžืช ื’ื“ืœื™ ืคื•ื ื˜:** ืื•ืคื˜ื™ืžื™ื–ืฆื™ื” ืฉืœ ื’ื“ืœื™ ื˜ืงืกื˜ ืœื”ื“ืคืกื” ืงืจื™ืื”
25+
- ื›ื•ืชืจืช ืจืืฉื™ืช: 28px โ†’ 30px
26+
- ื˜ืงืกื˜ ืจื’ื™ืœ: 14px โ†’ 15px
27+
- ืฆืขื“ื™ ืชืจื’ื•ืœ: 13px โ†’ 14px
28+
- ืฉืืœื•ืช: 14px โ†’ 15px
29+
- **ืฆืžืฆื•ื ืจื•ื•ื—ื™ื:** ื”ืชืืžืช margins ื•-padding ืœื”ื“ืคืกื” ื™ืขื™ืœื”
30+
- **ืฉื™ืคื•ืจ ืงืจื™ืื•ืช:** ื”ื’ื“ืœืช line-height ืœ-1.6 ื•-1.5
31+
- **ืื•ืคื˜ื™ืžื™ื–ืฆื™ื” ืฉืœ ืขืžื•ื“ื™ื:** ื”ืชืืžืช ื’ื•ื‘ื” ืขืžื•ื“ ืœ-290mm ืขื padding ืฉืœ 10mm
32+
- **ืชื•ืฆืื”:** ื›ืœ ื”ืขืœื•ื ื™ื ื ื“ืคืกื™ื ื›ืขืช ื‘ื“ื™ื•ืง ื‘-2 ืขืžื•ื“ื™ื ืœืœื ื–ืœื™ื’ื”
33+
1934
---
2035

2136
## [1.2.0] - 2025-10-12

0 commit comments

Comments
ย (0)