last test, git ok

This commit is contained in:
bonnebulle
2025-10-20 22:30:27 +00:00
parent 6b6530b4ce
commit 6736082451
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -90,6 +90,9 @@ html {
padding: 0; padding: 0;
counter-reset: compteListe; counter-reset: compteListe;
} }
html#centred {
margin: 0 1rem;
}
body { body {
font-family: sans-serif; font-family: sans-serif;
margin: auto; margin: auto;