From 1ebf6a6467167ae9ec0db0c069cfe6170dbcc18f Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Tue, 1 Aug 2023 20:36:04 -0700 Subject: started calculus, fixed error in colorspace for phplatex --- src/style.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/style.php') 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; +} -- cgit v1.2.3-70-g09d2