diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-08-02 07:08:47 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-08-02 07:08:47 -0700 |
commit | 3dcc07703a9c73df4ba89770849787965c4aef31 (patch) | |
tree | 288723a1f117cd897ef812f4edf74e260387ecae /src/style.php | |
parent | c5ef1b6370d3229f52b292fa72c5b4700a77e32f (diff) |
wrote more calculus, fixed latex positioning problem
Diffstat (limited to 'src/style.php')
-rw-r--r-- | src/style.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.php b/src/style.php index a04d94d..a3a8dcb 100644 --- a/src/style.php +++ b/src/style.php @@ -135,5 +135,6 @@ hr { } .centermath { text-align: center; + text-indent: 0px; margin: 14px 40px 14px 40px; } |