This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
web/styles/train-detail.css

23 lines
361 B
CSS

.titleimg {
width: 150px;
height: 98px;
padding-bottom: 0;
}
#data_headcode {
color: var(--second-text-color);
font-size: 25px;
font-weight: bolder;
margin-bottom: 5px
}
#data_piscode {
margin: 5px;
color: var(--second-text-color)
}
#data_table {
color: var(--second-text-color);
width: 200px;
margin: auto
}