Tuchuanhuhuhu commited on
Commit
cbd8ea8
1 Parent(s): 6c3ae1a

增加段间距

Browse files
Files changed (1) hide show
  1. assets/custom.css +3 -0
assets/custom.css CHANGED
@@ -3,6 +3,9 @@
3
  --chatbot-color-dark: #121111;
4
  }
5
 
 
 
 
6
  #app_title {
7
  font-weight: var(--prose-header-text-weight);
8
  font-size: var(--text-xxl);
 
3
  --chatbot-color-dark: #121111;
4
  }
5
 
6
+ p { margin-bottom: 10px !important;}
7
+ p:last-child { margin-bottom: 0 !important; }
8
+
9
  #app_title {
10
  font-weight: var(--prose-header-text-weight);
11
  font-size: var(--text-xxl);