@import '../../scss/variables.scss';

.job-application {
    .profile_picture img {
        height: 80px;
        object-fit: cover;
        width: 80px;
    }
}