Make playground usable on mobile

This commit is contained in:
Laria 2023-02-10 21:41:11 +01:00
parent 0dd27b7046
commit 01dfec2e32

View file

@ -2,6 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>apfl Playground</title>
<style type="text/css">
.apfl_playground {
@ -26,6 +28,10 @@
}
}
html {
font-size: 16px;
}
.apfl_playground {
background: var(--bg);
color: var(--fg);