Skip to content

Commit 8d2d3d8

Browse files
committed
changed css
1 parent 0ad9064 commit 8d2d3d8

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

content-docs/asset_files/css/rakudoc-extra.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11

2-
div.latex-render {
2+
.image-container {
33
display: flex;
4-
justify-content: space-around;
5-
align-items: center;
4+
width: 100%;
5+
height: auto;
66
}
7-
div.latex-render img.logo {
8-
align-self: center;
7+
8+
.image-container.justify-center {
9+
justify-content: center;
10+
}
11+
12+
.image-container.justify-left {
13+
justify-content: start;
14+
}
15+
16+
.image-container.justify-right {
17+
justify-content: end;
18+
}
19+
20+
/* 20241119 Mt, Added class to show an image whithin doc */
21+
.image-container.inline {
22+
display: inline;
923
}
1024

1125

@@ -52,26 +66,12 @@ div.flex-container {
5266
display: flex;
5367
}
5468

55-
.image-container {
69+
div.latex-render {
5670
display: flex;
57-
width: 100%;
58-
height: auto;
59-
}
60-
61-
.image-container.justify-center {
62-
justify-content: center;
63-
}
64-
65-
.image-container.justify-left {
66-
justify-content: start;
67-
}
68-
69-
.image-container.justify-right {
70-
justify-content: end;
71+
justify-content: space-around;
72+
align-items: center;
7173
}
72-
73-
/* 20241119 Mt, Added class to show an image whithin doc */
74-
.image-container.inline {
75-
display: inline;
74+
div.latex-render img.logo {
75+
align-self: center;
7676
}
7777

0 commit comments

Comments
 (0)