2022-12-14 22:30:46 +00:00
|
|
|
article {
|
|
|
|
border-top: solid white 1px;
|
|
|
|
border-bottom: solid white 1px;
|
|
|
|
margin: 0px;
|
2022-12-14 23:32:22 +00:00
|
|
|
}
|
|
|
|
|
2022-12-15 00:05:15 +00:00
|
|
|
.summary-div {
|
2022-12-14 23:47:29 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary-sub-div {
|
2022-12-14 23:32:22 +00:00
|
|
|
display: flex;
|
2022-12-14 23:38:13 +00:00
|
|
|
column-gap: 10px;
|
|
|
|
align-items: center;
|
2022-12-14 23:47:29 +00:00
|
|
|
width: fit-content;
|
2022-12-14 23:38:13 +00:00
|
|
|
}
|
|
|
|
|
2022-12-14 23:47:29 +00:00
|
|
|
.summary-sub-div img {
|
2022-12-14 23:38:13 +00:00
|
|
|
height: 16px;
|
2022-12-14 22:30:46 +00:00
|
|
|
}
|