Fix layout on train page & reason code page

This commit is contained in:
Fred Boniface 2023-06-21 20:55:31 +01:00
parent b54b99aa21
commit 6cfa295807
2 changed files with 6 additions and 6 deletions

View File

@ -89,11 +89,11 @@
<style>
p {
margin-top: 50px;
margin-top: 20px;
}
input {
width: 25%;
min-width: 50px;
min-width: 150px;
height: 32px;
margin-top: 10px;
margin-bottom: 5px;
@ -106,7 +106,7 @@
}
button {
width: 15%;
min-width: 40px;
min-width: 100px;
margin-bottom: 5px;
margin-top: 5px;
border: none;

View File

@ -85,17 +85,17 @@
<style>
h2 {
margin-top: 50px;
margin-top: 20px;
}
p {
color: white;
font-size: 20px;
font-size: 18px;
font-weight: 600;
}
table {
margin: auto;
color: white;
font-size: 20px;
font-size: 16px;
}
th, td {
padding-left: 8px;