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/pis.css

27 lines
311 B
CSS

#crs-boxes {
display: block;
}
#result-box {
display: none;
}
#result-table {
margin: auto;
width: 85%;
max-width: 700px;
text-align: center;
}
#reset {
margin-top: 25px;
}
.pis-code {
font-weight:bold;
}
.station {
text-transform:uppercase;
overflow-wrap:anywhere
}