mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-01 07:36:37 +00:00
deploy: 5efdd8db6e
This commit is contained in:
parent
eb4fd4b093
commit
b2a25fee55
320 changed files with 8043 additions and 8067 deletions
css
|
@ -1466,14 +1466,14 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.math.align-center > mjx-container{
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.math.align-left > mjx-container{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.math.align-center > mjx-container{
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.math.align-right > mjx-container{
|
||||
text-align: right !important;
|
||||
}
|
||||
|
@ -1524,17 +1524,20 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||
}
|
||||
*/
|
||||
|
||||
.align-right {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
.mermaid-container .align-right > * {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.mermaid-container .align-center > * {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
.mermaid-container .align-left > * {
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue