Add fallback value

This commit is contained in:
Daniel Bulant 2020-04-14 13:16:21 +02:00
parent f2724f37ad
commit 34c404906f

View file

@ -47,6 +47,7 @@
}
table {
width: 900px;
width: min(90vw, 900px);
table-layout: fixed;
}