mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
41 lines
565 B
CSS
41 lines
565 B
CSS
#info-container{
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
#info-container{
|
|
max-width: 60em;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
span.flag-wrapper {
|
|
display: inline-block;
|
|
width: 1.7em;
|
|
}
|
|
|
|
span.icon-wrapper {
|
|
display: inline-block;
|
|
width: 1.5em;
|
|
text-align: center;
|
|
}
|
|
|
|
span.freq-mhz {
|
|
display: inline-block;
|
|
width: 2em;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.freq-khz {
|
|
padding: 0 0.2em;
|
|
}
|
|
|
|
span.freq-hz {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
tr.table-faded td {
|
|
color: gray;
|
|
text-decoration: line-through !important;
|
|
} |