add lang fr + fix overflow global

This commit is contained in:
Andreani Jean
2023-02-20 09:44:15 +01:00
parent 58579a0a1c
commit ab8cba5f0d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/static/favicon.ico" />

View File

@@ -6,6 +6,7 @@ body {
}
#app {
width: 100%;
overflow: auto;
}
ul,