Fix errors with missing % symbol + fix errors because of the symbol

This commit is contained in:
Théophile Diot 2023-03-21 11:54:49 +01:00
parent 5f5a5a8905
commit 16842fef10
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
2 changed files with 12 additions and 13 deletions

View File

@ -8,20 +8,20 @@
<style type="text/css">
body,
html {
width: 100%;
height: 100%;
width: 100%%;
height: 100%%;
background-color: #125678;
}
body {
color: #fff;
text-align: center;
padding: 0;
min-height: 100%;
min-height: 100%%;
display: table;
font-family: "Open Sans", Arial, sans-serif;
margin: 0;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%%;
-webkit-text-size-adjust: 100%%;
}
h1 {
display: flex;
@ -49,7 +49,7 @@
}
footer {
position: fixed;
width: 100%;
width: 100%%;
letter-spacing: 1px;
left: 0;
bottom: 0;

View File

@ -12,20 +12,20 @@
<style type="text/css">
body,
html {
width: 100%%;
height: 100%%;
width: 100%;
height: 100%;
background-color: #125678;
}
body {
color: #fff;
text-align: center;
padding: 0;
min-height: 100%%;
min-height: 100%;
display: table;
font-family: "Open Sans", Arial, sans-serif;
margin: 0;
-ms-text-size-adjust: 100%%;
-webkit-text-size-adjust: 100%%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
h1 {
display: flex;
@ -50,7 +50,7 @@
}
footer {
position: fixed;
width: 100%%;
width: 100%;
letter-spacing: 1px;
left: 0;
bottom: 0;
@ -67,7 +67,6 @@
color: #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.message {
transform: translateY(-10vh);
padding: 0 1rem;