@@ -9,7 +9,10 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style media="screen">
- html {
+ html, body {
+ height: 100%;
+ width: 100%;
+ overflow-x: hidden;
font-size: 120%;
}
@@ -17,6 +20,10 @@
margin: 0;
padding: 0;
+
+ a {
+ text-decoration: initial;
+ }
</style>
<!--vue-->