chore(testdata): switch to px instead of rem in header.html & footer.html

This commit is contained in:
Julien Neuhart
2024-02-11 11:38:56 +01:00
parent 3472d42cdd
commit ed82170c2c
4 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
<head>
<style>
body {
font-size: 30rem;
margin: 4rem auto;
font-size: 12px;
margin: auto 20px;
}
</style>
</head>

View File

@@ -2,8 +2,8 @@
<head>
<style>
body {
font-size: 8rem;
margin: 4rem auto;
font-size: 12px;
margin: auto 20px;
}
</style>
</head>

View File

@@ -2,8 +2,8 @@
<head>
<style>
body {
font-size: 8rem;
margin: 4rem auto;
font-size: 12px;
margin: auto 20px;
}
</style>
</head>

View File

@@ -2,8 +2,8 @@
<head>
<style>
body {
font-size: 8rem;
margin: 4rem auto;
font-size: 12px;
margin: auto 20px;
}
</style>
</head>