2024-01-14 09:18:09 +00:00
|
|
|
.fields {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
max-width: 1020px;
|
|
|
|
|
width: 80%
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-13 14:53:47 +00:00
|
|
|
.field {
|
2024-01-14 09:18:09 +00:00
|
|
|
margin-bottom: -10px
|
2024-01-13 14:53:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header {
|
2024-01-14 09:18:09 +00:00
|
|
|
font-size: 30px;
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
margin: 30px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.key {
|
|
|
|
|
margin: 1px;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.value {
|
|
|
|
|
|
2024-01-13 14:53:47 +00:00
|
|
|
}
|