Browse Source

Center covers too small to be scaled

spaghetti 8 years ago
parent
commit
17b701fa78
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      static/styles/global.css

+ 6
- 0
static/styles/global.css View File

833
   max-width: 100%;
833
   max-width: 100%;
834
 }
834
 }
835
 
835
 
836
+#covers img {
837
+  display: block;
838
+  margin-left: auto;
839
+  margin-right: auto;
840
+}
841
+
836
 .search_warning {
842
 .search_warning {
837
   position: absolute;
843
   position: absolute;
838
 }
844
 }

Loading…
Cancel
Save