aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-11 04:06:11 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-11 04:06:11 -0800
commitf10285de4d0b5c69d026e948a9d9d7278a2ffb64 (patch)
treedc1138970d2dae203aaeede6e036c637fbf3d2a6 /style.css
parentbe4a011bac9b2212d81b572c3bb9b80f8c326ab0 (diff)
add resume
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/style.css b/style.css
index 9078304..4c167d4 100644
--- a/style.css
+++ b/style.css
@@ -4,7 +4,6 @@
body {
margin: 40px auto;
width: 700px;
- max-width: 100%;
line-height: 1.6;
font-size: 16px;
background: #fffff4;
@@ -98,13 +97,21 @@ h3 {
}
img {
- max-width: 100%;
border-radius: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
- display: block;
width: 50%;
+ display: block;
+}
+
+.org-svg {
+ width: 100%;
+ max-width: none;
+}
+
+mjx-container[jax="CHTML"] {
+ text-align: left !important;
}
/* --------------------------------------------- */