Skip to content

Commit

Permalink
Merge pull request khushi-joshi-05#795 from harsh02mishra/add-logo-mo…
Browse files Browse the repository at this point in the history
…bile-view

Added the logo for mobile view
  • Loading branch information
khushi-joshi-05 authored Jun 1, 2024
2 parents cfc0b5b + e4f298f commit 2ca0c7e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,18 @@ body {
.navbar-collapse {
background-color: rgba(175, 63, 62, 1);
}
.transparent-image{
max-width: 60%;
max-height: 50%;
}
}

@media (max-width:768px){
.transparent-image{
max-width: 45%;
max-height: 0.1%;
}
}

.intro_container {
display: flex;
Expand Down Expand Up @@ -1313,6 +1323,7 @@ nav {

.navigbar {
height: 3rem;
padding-left: 0.5rem;
}

}
Expand Down

0 comments on commit 2ca0c7e

Please sign in to comment.