Make headline smaller on mobile
This commit is contained in:
parent
c838fb12b1
commit
c61a76a6e4
@ -78,6 +78,10 @@ td {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: min(90vw, 400px);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user