Mobile styles.

master
Gijs 3 years ago
parent ee14db1777
commit 0998f88faf

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

Loading…
Cancel
Save