improve small screen instance list
This commit is contained in:
parent
c8f8737582
commit
b87b80f9dd
@ -10,6 +10,14 @@
|
|||||||
<link rel="stylesheet" href="css/nav.css">
|
<link rel="stylesheet" href="css/nav.css">
|
||||||
<link rel="stylesheet" href="css/form.css">
|
<link rel="stylesheet" href="css/form.css">
|
||||||
<script src="scripts/index.js" type="module"></script>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
Loading…
Reference in New Issue
Block a user