Skip to content

Commit 01a8d04

Browse files
committed
Fix justification on index page
1 parent 2e84f61 commit 01a8d04

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_static/css/markdown.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
width: 30vw;
77
}
88

9-
.head-title {
10-
text-align: center;
11-
}
129

1310
.head-title h1 {
1411
color: var(--sy-c-link-hover);
12+
text-align: center;
1513
}
1614

1715
.head-button {
@@ -32,6 +30,10 @@
3230
color: var(--sy-c-light);
3331
}
3432

33+
#embed ul li p:has(img) {
34+
text-align: center;
35+
}
36+
3537
#embed ul li p img {
3638
max-width: 300px;
3739
max-height: 300px;

0 commit comments

Comments
 (0)