Modify calendar CSS

pull/1/head
dugo3number2 2023-02-08 13:22:44 -06:00
parent 214692219c
commit 0f0d6f13ab
1 changed files with 3 additions and 2 deletions

View File

@ -6,16 +6,17 @@ td {
text-align: left;
padding: 8px;
overflow: auto;
width: 200px;
height: 135px;
}
th {
text-align: center;
padding: 10px;
}
td, th {
border: 1px solid #000000;
width: 200px;
height: 135px;
}
td span {