.linkedinC {
    max-width: 20%; 
}

@media screen and (max-width: 600px) {
    .linkedinC {
        max-width: 60%; 
    }
}
