diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-08-01 20:36:04 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-08-01 20:36:04 -0700 |
commit | 1ebf6a6467167ae9ec0db0c069cfe6170dbcc18f (patch) | |
tree | 6b9adb4cd20c8e4b0db7da620bcf6dfa55642666 /src/style.php | |
parent | 88bbd745f7ce7c3b0a4e91777ba1b34e22821c34 (diff) |
started calculus, fixed error in colorspace for phplatex
Diffstat (limited to 'src/style.php')
-rw-r--r-- | src/style.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/style.php b/src/style.php index b55bb90..52fd66a 100644 --- a/src/style.php +++ b/src/style.php @@ -39,7 +39,7 @@ p { font-family: 'Quicksand', sans-serif; font-size: 16pt; color: var(--text); - padding: 8px 50px 8px 50px; + margin: 8px 75px 8px 75px; } h1 { @@ -94,7 +94,6 @@ ul p { font-family: 'Quicksand', sans-serif; font-size: 16pt; color: var(--text); - padding: 8px 50px 8px 50px; } a { @@ -134,3 +133,7 @@ hr { .ascii { color: var(--secondary); } +.center { + text-align: center; + margin: 14px 40px 14px 40px; +} |