diff --git a/css/style.css b/css/style.css index 046284c..e0bb0a0 100644 --- a/css/style.css +++ b/css/style.css @@ -274,6 +274,10 @@ table.results thead th { text-overflow:ellipsis; } +table.results thead th img { + max-width: 100%; +} + table.results thead .btn { margin: 0 auto; display: block;