Mobile styles.

master
Gijs 3 years ago
parent ee14db1777
commit 0998f88faf

@ -18,6 +18,10 @@
--line-height: 18pt;
}
h1 {
line-height: 1.25;
}
label {
display: block;
margin-bottom: var(--line-height);
@ -28,6 +32,16 @@
font: inherit;
}
@media screen and (max-width: 600px) {
body {
margin: 3em 1em;
}
label {
margin-left: 11ch;
}
}
</style>
</head>
<body>

Loading…
Cancel
Save