@@ -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) {