Skip to content

Commit d1907a9

Browse files
committed
style: add text-indent to body in ChronologyOfStellarTrails for improved text layout
1 parent 74f9a4d commit d1907a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

styles/ChronologyOfStellarTrails/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ body {
137137
overflow: visible;
138138
font-family: fys, sans-serif;
139139
transform: translateY(-10%);
140+
/* 首航缩进 */
141+
text-indent: 2em;
140142
}
141143

142144
.card .left .card-year {

0 commit comments

Comments
 (0)