Skip to content

Commit

Permalink
Override padding for mobile nav. Minor Responsive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag-Bharati committed Oct 8, 2022
1 parent 7cbd8d7 commit 0feb557
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Website/responsive-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
display: none;
}
.nav-bar {
padding: 15px 5vw ;
padding: 15px 5vw !important;
justify-content: space-between !important;
text-align: center;
}
Expand Down
15 changes: 14 additions & 1 deletion Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ header {
padding: 2.5rem;
gap: 28px;
flex: 1;
transition: all 0.3s ease;
}

.contrib-container:nth-child(1){
Expand Down Expand Up @@ -742,11 +743,23 @@ line-height: 1.6 !important;
padding: 0;
}
.contrib-container .content {
padding: 1rem 2rem !important;
padding: 1.5rem 2rem !important;
transition: all 0.3s ease;
}

}

@media screen and (max-width: 864px) {
.contrib-container{
display: block;
padding: 2.5rem 0;
transition: all 0.3s ease;
}
.contrib-container .btn4 {
text-align: center;
}
}

@media screen and (max-width: 1345px) {
.demo {
display: flex;
Expand Down

0 comments on commit 0feb557

Please sign in to comment.