We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9591c commit eb057f2Copy full SHA for eb057f2
index.html
@@ -14,6 +14,21 @@
14
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
15
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-deep_purple.min.css">
16
<style type="text/css">
17
+ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
18
+ .mdl-navigation.controls {
19
+ scale: .7;
20
+ }
21
+
22
+ .mdl-layout__header-row>* {
23
+ flex-shrink: 1;
24
25
26
+ .mdl-layout__header-row>.mdl-layout-title {
27
+ font-size: 1em;
28
+ white-space:nowrap;
29
30
31
32
input[type="file"] {
33
visibility: hidden;
34
width: 0;
0 commit comments