.githubImg{
    display: inline-block;
    line-height: 55px;
    position:relative;
    top:60px;
    color:#169fe6!important;
    cursor:pointer;
    text-decoration: underline!important;
}
@media screen and (max-width: 767px) {
  .githubImg {
    top: 20px;
  }
}