Fix layout on train page & reason code page
This commit is contained in:
parent
b54b99aa21
commit
6cfa295807
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user