diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs index 9d0e9162..f8e72b85 100644 --- a/src/static/templates/admin/base.hbs +++ b/src/static/templates/admin/base.hbs @@ -21,6 +21,12 @@ padding-top: 70px; } + @media (max-width:768px) { + body { + padding-top: 190px; + } + } + img { width: 48px; height: 48px;