Skip to content

Commit de293d7

Browse files
committed
Set lang="en" in reports HTML and adjust CSS for a centered layout.
1 parent 54ac62d commit de293d7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

api/src/main/resources/reports-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Project Reports</title>
55
<link rel="stylesheet" type="text/css" href="reports-style.css">

api/src/main/resources/reports-style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
body {
2-
font-family: Arial, sans-serif;
3-
margin: 20px;
2+
font-family: Arial, sans-serif;
3+
margin: 0 auto;
44
line-height: 1.6;
55
max-width: 1200px;
6-
margin: 0 auto;
76
padding: 20px;
87
}
98
h1, h2 {

0 commit comments

Comments
 (0)