SyuanYu 1 month ago
parent
commit
f5c5154f3d
3 changed files with 21 additions and 0 deletions
  1. 10 0
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 11 0
      static/css/style.scss

+ 10 - 0
static/css/style.css

@@ -4597,6 +4597,16 @@
 .ai-virtual .taiwanese-content hr {
   margin-top: 3rem;
 }
+.ai-virtual .taiwanese-content .main-title {
+  padding: 0.5rem 1rem;
+  margin: 60px 0 30px;
+  font-size: 2rem;
+  font-weight: bold;
+  border-left: 6px solid #ea5413;
+  letter-spacing: 2px;
+  line-height: 1.5;
+  box-shadow: 1px 1px 4px #ccc;
+}
 
 /* ai-presenter End */
 /* sec-blogtab Start */

File diff suppressed because it is too large
+ 0 - 0
static/css/style.css.map


+ 11 - 0
static/css/style.scss

@@ -5460,6 +5460,17 @@
     hr {
       margin-top: 3rem;
     }
+
+    .main-title {
+      padding: 0.5rem 1rem;
+      margin: 60px 0 30px;
+      font-size: 2rem;
+      font-weight: bold;
+      border-left: 6px solid #ea5413;
+      letter-spacing: 2px;
+      line-height: 1.5;
+      box-shadow: 1px 1px 4px #ccc;
+    }
   }
 }
 

Some files were not shown because too many files changed in this diff