Make playground usable on mobile
This commit is contained in:
parent
0dd27b7046
commit
01dfec2e32
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue