mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-02 21:09:32 +08:00
19 lines
439 B
CSS
19 lines
439 B
CSS
/* style for html inside of browsers */
|
|
.katex { font-size: 1em !important; } /* align KaTeX font-size to surrounding text */
|
|
|
|
eq { display: inline-block; }
|
|
eqn { display: block}
|
|
section.eqno {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-content: space-between;
|
|
align-items: center;
|
|
}
|
|
section.eqno > eqn {
|
|
width: 100%;
|
|
margin-left: 3em;
|
|
}
|
|
section.eqno > span {
|
|
width:3em;
|
|
text-align:right;
|
|
} |