Browse Source

text styles : blockquote #1253

bach 1 year ago
parent
commit
b3c182abba
1 changed files with 3 additions and 1 deletions
  1. 3 1
      assets/css/app.scss

+ 3 - 1
assets/css/app.scss

@@ -721,7 +721,9 @@ section[role="main-content"]{
               // }
             }
           }
-
+          blockquote{
+            padding: 0 1em;
+          }
           span.mdi.index-item-icon{
             font-size: 14px;
             vertical-align: super;