diff options
Diffstat (limited to 'overview/public/style.css')
-rw-r--r-- | overview/public/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overview/public/style.css b/overview/public/style.css index e44af0f..ab38722 100644 --- a/overview/public/style.css +++ b/overview/public/style.css @@ -20,6 +20,10 @@ body { background: white; } +div { + background: white; +} + @media only screen and (max-width: 600px) { .card { width: calc(100% - 50px); |