File tree Expand file tree Collapse file tree
content-docs/asset_files/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments