style: fix style sheet character encoding

pull/135/head
Seaton Jiang 2020-02-22 13:22:26 +08:00
parent 8617a21b6f
commit fb49ad82cd
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
/*--------------------------------------------------------------
>>> Kratos
>>> Seaton Jiang <seaton@vtrois.com>
@ -21,8 +23,6 @@
1.
--------------------------------------------------------------*/
@charset "UTF-8";
body {
overflow-x: hidden;
background: #f5f5f5;

File diff suppressed because one or more lines are too long