view wall_calendar.css @ 83:7f50e5bb30f5

ide
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 16:12:15 -0700
parents c4e8d697326b
children
line wrap: on
line source

@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap");
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
}
body,
table {
  font-size: 20px;
}
table {
  border-collapse: collapse;
  width: 100%;
  flex-grow: 1;
}
th,
td {
  border: 1px solid black;
  vertical-align: top;
  padding-left: 6px;
}
th {
  width: 1%;
}
tr {
  height: 10%;
}