summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorWu Cheng-Han2016-09-18 16:51:48 +0800
committerWu Cheng-Han2016-09-18 16:51:48 +0800
commit6a641ab2bbc78acbc01b52dd02b2b2b0ce3560d0 (patch)
tree3b2f0c51fd1676bfd3bb24ba4360ca80c7c1a402 /public/css
parent38b14777368c63f449a9362eb5124b9709916d7f (diff)
Fix text might get cutoff again for IE and Edge series
Diffstat (limited to 'public/css')
-rw-r--r--public/css/site.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/site.css b/public/css/site.css
index 73fcd18d..6c85ec92 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -4,7 +4,7 @@ body {
font-smoothing: subpixel-antialiased !important;
-webkit-font-smoothing: subpixel-antialiased !important;
-moz-osx-font-smoothing: auto !important;
- text-shadow: 1px 1px 1.1px rgba(0, 0, 0, 0.004);
+ text-shadow: 1px 1px 1.2px rgba(0, 0, 0, 0.004);
/*text-rendering: optimizeLegibility;*/
-webkit-overflow-scrolling: touch;
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;