Skip to content

Commit

Permalink
Merge pull request #17 from ShubhiGulati/main
Browse files Browse the repository at this point in the history
upgradation
  • Loading branch information
parteekcoder authored Jan 17, 2024
2 parents 3804cd2 + 848c995 commit 9f81523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '../styles/globals.css'
import '../styles/hero.css'
import 'swiper/css';
function MyApp({ Component, pageProps }) {
return (
Expand Down
4 changes: 2 additions & 2 deletions src/styles/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ nav.navbar {
@media screen and (max-width: 767px) {


.non__scrolled.navbar.navbar-expand-md.navbar-light {
/*.non__scrolled.navbar.navbar-expand-md.navbar-light {
display: flex;
flex-direction: row;
align-items: center;
background-color: #FFEB01;
justify-content: space-between;
}
}*/

/* .non__scrolled .navbar-options {
display: none;
Expand Down

0 comments on commit 9f81523

Please sign in to comment.