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> <head>
<style> <style>
body { body {
font-size: 30rem; font-size: 12px;
margin: 4rem auto; margin: auto 20px;
} }
</style> </style>
</head> </head>

View File

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

View File

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

View File

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