diff --git a/playground/html/material-gauge-gh-pages/index.html b/playground/html/material-gauge-gh-pages/index.html index aa8a03c..70ae7e2 100644 --- a/playground/html/material-gauge-gh-pages/index.html +++ b/playground/html/material-gauge-gh-pages/index.html @@ -21,31 +21,75 @@ line-height: 32px; padding-top: 100px; } + .center { + width: 60%; min-width: 420px; + margin: auto; + } -
-
- -
-
-
-
-
-
- No - - Yes -
-
+
+
+
+ asd +
+ + +
+
+
+
+
+
+ + 75% + +
+
+ +
+
+ +
+
+
+
+
+
+ 0% + + 100% +
+
+ +
+
+ +
+
+
+
+
+
+ 0% + + 100% +
+
+
+
diff --git a/playground/html/material-gauge-gh-pages/material-gauge.css b/playground/html/material-gauge-gh-pages/material-gauge.css index 46e27e5..c9f1001 100644 --- a/playground/html/material-gauge-gh-pages/material-gauge.css +++ b/playground/html/material-gauge-gh-pages/material-gauge.css @@ -27,6 +27,7 @@ .gauge { position: relative; + margin-right: 10px; } .gauge__container { @@ -127,13 +128,13 @@ .gauge__needle { left: 120px; top: 117px; width: 120px; } .gauge__labels { top: 120px; width: 240px; } .gauge__label--low { width: 48px; } -.gauge__label--spacer { width: 144px; } +.gauge__label--spacer { width: 144px; text-align: center;} .gauge__label--high { width: 48px; } /* * Increase the gauge size slightly on larger viewports. */ - +/* @media only screen and (min-width: 400px) { .gauge { height: calc(150px + 3em); } .gauge__container { width: 300px; height: 150px; } @@ -147,7 +148,7 @@ .gauge__label--spacer { width: 180px; } .gauge__label--high { width: 60px; } } - +*/ /* * As an option, the `gauge--liveupdate` class can be added * to the main gauge element. When this class is present,