diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-08-01 23:17:00 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-08-01 23:17:00 -0700 |
commit | e2a5476389ef350aed3857ccd5a5cafc51acbbbf (patch) | |
tree | 5c194d0ceabafeb1a883100f9b58fd3bd588b028 /src/style.php | |
parent | 1ebf6a6467167ae9ec0db0c069cfe6170dbcc18f (diff) |
wrote a lot of calculus
Diffstat (limited to 'src/style.php')
-rw-r--r-- | src/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.php b/src/style.php index 52fd66a..a04d94d 100644 --- a/src/style.php +++ b/src/style.php @@ -133,7 +133,7 @@ hr { .ascii { color: var(--secondary); } -.center { +.centermath { text-align: center; margin: 14px 40px 14px 40px; } |