Table cells equal width
Tables can be a pain to work with.
Try using table-layout: fixed to keep cells at
equal width:
.calendar {
table-layout: fixed;
} Tables can be a pain to work with.
Try using table-layout: fixed to keep cells at
equal width:
.calendar {
table-layout: fixed;
}