diff --git a/demo/demo.html b/demo/demo.html index dc32556..59ddc93 100644 --- a/demo/demo.html +++ b/demo/demo.html @@ -31,7 +31,7 @@ color: #999; } span { - font-size: 66px; + font-size: 33px; color: #555; margin-bottom: 350px; display: inline-block; @@ -65,19 +65,19 @@ } @media only screen and (max-width: 1024px) { span { - font-size: 33px; + font-size: 22px; margin-bottom: 200px; } } @media only screen and (max-width: 800px) { div > span { - font-size: 66px; + font-size: 33px; display: block; width: 100% !important; margin-bottom: 100px; } span { - font-size: 66px; + font-size: 33px; } code { margin-bottom: 100px; @@ -118,12 +118,12 @@