fix to position for tikz - center the inside of the div
This commit is contained in:
@@ -261,15 +261,27 @@
|
||||
}
|
||||
|
||||
.post_contents .tikz-left {
|
||||
width: 0;
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
align-items: left;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.post_contents .tikz-center {
|
||||
width: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.post_contents .tikz-right {
|
||||
width: 0;
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
align-items: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user