Skip to content

Commit 9051e7c

Browse files
committed
make table wider (closes #11)
1 parent 6e87640 commit 9051e7c

File tree

4 files changed

+90119
-177
lines changed

4 files changed

+90119
-177
lines changed

frontend/public/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8" />
55
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<!-- <meta name="viewport" content="initial-scale=1" /> -->
78
<meta name="theme-color" content="#000000" />
89
<meta
910
name="description"
@@ -27,9 +28,9 @@
2728
-->
2829
<title>The Big List of Python Packaging and Distribution Tools</title>
2930
</head>
30-
<body>
31+
<body class="min-h-screen flex flex-col">
3132
<noscript>You need to enable JavaScript to run this app.</noscript>
32-
<div id="root"></div>
33+
<div id="root" class="min-h-screen flex"></div>
3334
<!--
3435
This HTML file is a template.
3536
If you open it directly in the browser, you will see an empty page.

0 commit comments

Comments
 (0)