From 1f1e4997fa8747a0fe4175ccdc86b17b95e1c1d1 Mon Sep 17 00:00:00 2001 From: bruno Date: Fri, 26 Apr 2024 12:08:10 +0200 Subject: [PATCH] Remove debug --- assets/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/style.css b/assets/style.css index 024ed33..abefd0e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -133,6 +133,8 @@ table>tbody>tr>td>button { border-collapse: unset; padding: 0; margin: 0; + width: 100%; + height: 100%; } table { @@ -337,11 +339,6 @@ div#articleslist>article{ border: 4px solid var(--pico-primary); } -#dynmapa { - width: 100%; - height: 100%; -} - .form-content { display: flex; flex-direction: row;