Showing 1 changed files with 6 additions and 0 deletions
+6
pages/static/style.css
... ...
@@ -44,6 +44,7 @@ a:hover{}
44 44
   color:#cc9630;
45 45
   display: inline;
46 46
   margin-right: 20px;
47
+  margin-left: 20px;
47 48
 }
48 49
 .mangaTitle {
49 50
   display: block;
... ...
@@ -75,6 +76,9 @@ a:hover{}
75 76
   float: left;
76 77
   color:#cc9630;
77 78
 }
79
+.genres-item-description {
80
+  color:#ccc;
81
+}
78 82
 
79 83
 #colLeft {
80 84
   width: 2%;
... ...
@@ -100,6 +104,7 @@ a:hover{}
100 104
 .center {
101 105
   display: block;
102 106
   width: 99%;
107
+  min-width: 700px;
103 108
   margin-left: auto;
104 109
   margin-right: auto;
105 110
 }
... ...
@@ -185,4 +190,5 @@ a:hover{}
185 190
   /*#colLeft { display: none; }
186 191
   #colRight { display: none; }*/
187 192
   .row2 { display: block; }
193
+  .center { min-width: 90vw; }
188 194
 }