Mercurial > code > home > repos > gcalendarwatch
view wall_calendar.css @ 80:e8164bd2f9a1
hoist startupJitter to main
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Sep 2024 18:25:32 -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%; }