qa: Improve design

This commit is contained in:
nemunaire 2022-11-07 03:47:48 +01:00
commit 0e19b59452
19 changed files with 487 additions and 241 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="fr">
<html lang="fr" class="d-flex flex-column mh-100 h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -10,7 +10,7 @@
<meta name="robots" content="none">
%sveltekit.head%
</head>
<body>
<body class="flex-fill d-flex flex-column">
%sveltekit.body%
</body>
</html>