Browse Source

缅文字体变大

visuddhinanda 5 years ago
parent
commit
4341cbbc96
1 changed files with 10 additions and 0 deletions
  1. 10 0
      app/term/term.css

+ 10 - 0
app/term/term.css

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