瀏覽代碼

缅文字体变大

visuddhinanda 5 年之前
父節點
當前提交
4341cbbc96
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      app/term/term.css

+ 10 - 0
app/term/term.css

@@ -180,6 +180,11 @@ note .ref {
   margin-left: 2em;
 }
 
+/*myanmar*/
+.tran:lang(my) {
+  font-size: 120%;
+}
+
 .tran_div {
   margin-bottom: 1em;
   padding-bottom: 1em;
@@ -210,3 +215,8 @@ note .ref {
   stroke-width: 0;
   fill: limegreen;
 }
+
+r {
+  text-align: right;
+  display: block;
+}