Make headline smaller on mobile

This commit is contained in:
Martin Asprusten 2025-07-02 23:42:45 +02:00
parent c838fb12b1
commit c61a76a6e4

View File

@ -78,6 +78,10 @@ td {
display: none; display: none;
} }
h1 {
font-size: 60px;
}
table { table {
width: min(90vw, 400px); width: min(90vw, 400px);
} }