Spaces:
Running
Running
Update templates/create_db.html
Browse files- templates/create_db.html +1 -1
templates/create_db.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
.container {
|
11 |
display: flex;
|
12 |
flex-direction: column;
|
13 |
-
height:
|
14 |
}
|
15 |
|
16 |
.card {
|
|
|
10 |
.container {
|
11 |
display: flex;
|
12 |
flex-direction: column;
|
13 |
+
height: 80vh; /* Fill the viewport height */
|
14 |
}
|
15 |
|
16 |
.card {
|