Skip to content

Commit

Permalink
Merge pull request #68 from Tejax-v2/logo-size
Browse files Browse the repository at this point in the history
Logo size changed for mobile devices
  • Loading branch information
Virtual4087 authored Oct 23, 2023
2 parents c991596 + 5436db0 commit 57d19a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/responsiveness.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,10 @@
background-size: cover;
width: 72%;
}
}

@media (max-width: 375px){
.logo img{
width:130px;
}
}

0 comments on commit 57d19a6

Please sign in to comment.