Minor CSS fix for schedule
This commit is contained in:
parent
0eda616345
commit
c52682c57a
1 changed files with 3 additions and 3 deletions
|
@ -686,7 +686,6 @@ table th {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-size: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table th, table td {
|
table th, table td {
|
||||||
|
@ -1633,6 +1632,7 @@ table.alt tr:not(:last-of-type) {
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0.5ex;
|
padding: 0.5ex;
|
||||||
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar td,
|
.calendar td,
|
||||||
|
@ -1659,7 +1659,7 @@ table.alt tr:not(:last-of-type) {
|
||||||
@media not screen and (max-width: 480px) {
|
@media not screen and (max-width: 480px) {
|
||||||
|
|
||||||
.calendar td {
|
.calendar td {
|
||||||
font-size: 0.9vw;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slot {
|
.slot {
|
||||||
|
@ -1689,7 +1689,7 @@ table.alt tr:not(:last-of-type) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
font-size: 0.5vw;
|
font-size: xx-small;
|
||||||
line-height: 0.4;
|
line-height: 0.4;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-top: 0.25rem;
|
padding-top: 0.25rem;
|
||||||
|
|
Loading…
Reference in a new issue