mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 04:37:59 +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;
|
|
} |