tweaked line-height

This commit is contained in:
printempw 2016-03-19 13:09:48 +08:00
parent 148b03b512
commit be234dd12e

View File

@ -2,7 +2,7 @@
* @Author: printempw * @Author: printempw
* @Date: 2016-01-21 19:12:06 * @Date: 2016-01-21 19:12:06
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-03-19 12:07:02 * @Last Modified time: 2016-03-19 13:07:41
*/ */
@import url(https://cdn.moefont.com/fonts/css?family=Ubuntu); @import url(https://cdn.moefont.com/fonts/css?family=Ubuntu);
@ -12,6 +12,9 @@ body, .ply-layer {
.main-header .logo .logo-lg { .main-header .logo .logo-lg {
font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; font-family: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
} }
.box-body {
line-height: 1.8;
}
#canvas3d { #canvas3d {
margin: 0 auto; margin: 0 auto;
display: block; display: block;