improve small screen instance list

This commit is contained in:
Arthur Lu 2023-06-09 07:00:21 +00:00
parent 8eee9fabf1
commit 7c3ba9b1ed

View File

@ -10,6 +10,14 @@
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/form.css">
<script src="scripts/index.js" type="module"></script>
<style>
#instance-container > div {
border-bottom: 1px solid white;
}
#instance-container > div:last-child {
border-bottom: none;
}
</style>
</head>
<body>
<header>