Amélioration du design

This commit is contained in:
2024-09-10 19:04:49 +02:00
parent 43e22385b4
commit f2a5366281
5 changed files with 30 additions and 67 deletions

View File

@@ -12,7 +12,7 @@ if (!$this->title) $this->title = 'IA Assistant';
<title><?= $this->escape($this->title) ?></title>
<?= $this->head() ?>
</head>
<body class="d-flex align-items-center py-4">
<body class="d-flex align-items-center py-4 bg-body-secondary">
<?= $content ?>