瀏覽代碼

minor style improvements

Olivier Massot 4 年之前
父節點
當前提交
5f4d4d46fb
共有 1 個文件被更改,包括 7 次插入3 次删除
  1. 7 3
      pages/structures/_id.vue

+ 7 - 3
pages/structures/_id.vue

@@ -45,7 +45,7 @@
             v-if="structure.imageId"
             :src="'https://api.opentalent.fr/app.php/_internal/secure/files/' + structure.imageId + '/raw'"
             alt="banner"
-            style="max-height: 300px"
+            style="max-height: 300px;max-width: 100%"
           >
         </v-col>
       </v-row>
@@ -275,12 +275,16 @@ export default Vue.extend({
 
   .social-icon {
     font-size: 22px;
-    color: gray;
+    color: #808080;
     margin: auto 8px;
   }
 
+  .social-icon:hover {
+    color: #595959;
+  }
+
   .content {
-    color: #666666;
+    color: #4d4d4d;
   }
 
   @media screen and (min-width: 600px) {