We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e87640 commit 9051e7cCopy full SHA for 9051e7c
4 files changed
frontend/public/index.html
@@ -4,6 +4,7 @@
4
<meta charset="utf-8" />
5
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <!-- <meta name="viewport" content="initial-scale=1" /> -->
8
<meta name="theme-color" content="#000000" />
9
<meta
10
name="description"
@@ -27,9 +28,9 @@
27
28
-->
29
<title>The Big List of Python Packaging and Distribution Tools</title>
30
</head>
- <body>
31
+ <body class="min-h-screen flex flex-col">
32
<noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
33
+ <div id="root" class="min-h-screen flex"></div>
34
<!--
35
This HTML file is a template.
36
If you open it directly in the browser, you will see an empty page.
0 commit comments