This commit is contained in:
leosw
2025-12-25 20:05:20 +01:00
parent 948e4ee79d
commit c801ce8832

View File

@@ -204,6 +204,7 @@ if ($action === 'save_profile' && $_SERVER['REQUEST_METHOD'] === 'POST' && is_lo
<meta charset="utf-8">
<title>Location de matériel</title>
<link rel="stylesheet" href="pico.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { max-width: 900px; margin: 40px auto; }
.item { padding: 1rem; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 1.5rem; }
@@ -213,7 +214,7 @@ body { max-width: 900px; margin: 40px auto; }
.owner-block { margin-top: .5rem; font-size: .9rem; color: #555; }
</style>
</head>
<body>
<body style="padding: 0 10px">
<h1 style="display:flex; align-items:center; justify-content:space-between;">
<span>Matériel partagé à Durban-sur-Arize</span>