Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -164,6 +164,7 @@ tailwind.config = {
|
|
| 164 |
select { -webkit-appearance: none; appearance: none; }
|
| 165 |
textarea:focus, input:focus, select:focus { outline: none; box-shadow: 0 0 0 1.5px var(--accent); }
|
| 166 |
#input-footer { padding-bottom: max(12px, env(safe-area-inset-bottom)); }
|
|
|
|
| 167 |
</style>
|
| 168 |
</head>
|
| 169 |
<body class="h-screen flex overflow-hidden">
|
|
|
|
| 164 |
select { -webkit-appearance: none; appearance: none; }
|
| 165 |
textarea:focus, input:focus, select:focus { outline: none; box-shadow: 0 0 0 1.5px var(--accent); }
|
| 166 |
#input-footer { padding-bottom: max(12px, env(safe-area-inset-bottom)); }
|
| 167 |
+
@media (max-width: 768px) { main { padding-bottom: 5vh; } }
|
| 168 |
</style>
|
| 169 |
</head>
|
| 170 |
<body class="h-screen flex overflow-hidden">
|