Fix admin image column for small screens

This commit is contained in:
Robin Cornett
2015-08-06 20:56:56 -04:00
parent b18f501849
commit b624b548a5
@@ -160,6 +160,7 @@ class Display_Featured_Image_Genesis_Admin {
<style type="text/css">
.column-featured_image { width: 105px; }
.column-featured_image img { margin: 0 auto; display: block; height: auto; width: auto; max-width: 60px; max-height: 80px; }
@media screen and (max-width: 782px) { .column-featured_image img { margin: 0; } }
</style> <?php
}
}