diff --git a/index.php b/index.php index 093ad46..66a30b2 100644 --- a/index.php +++ b/index.php @@ -47,7 +47,14 @@
- + + " + `` + "" - + "" + + "" + cur // + @@ -241,7 +241,8 @@ $K.add('module', 'kaform', { }); $K.init({ - observer: true + observer: true, + lang: 'en' }); diff --git a/master.css b/master.css index 384e48b..0c72e27 100644 --- a/master.css +++ b/master.css @@ -3,7 +3,7 @@ body { padding: 1em; border: 0px solid red; max-width: 90em; - min-width: 78em; + min-width: 80em; } @media only screen and (max-width: 767px) { body { diff --git a/master.scss b/master.scss index 47c1b2a..9b954da 100644 --- a/master.scss +++ b/master.scss @@ -9,7 +9,7 @@ body { padding:1em; border:0px solid red; max-width:90em; - min-width:78em; + min-width:80em; @include for-mobile { min-width: 2em; padding:0.5em;