Skip to content

Commit

Permalink
Merge pull request #658 from AlfiyaSiddique/hidden-navbar
Browse files Browse the repository at this point in the history
Navabar in imagineAI page
  • Loading branch information
SurajPratap10 authored Jul 27, 2023
2 parents 2ac2509 + 9fd586b commit c95d733
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions views/imagineAi.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<%- include('includes/header.ejs') %>
</head>
<%- include('includes/navbar.ejs') %>
<%- include('includes/sidebar.ejs') %>
<%- include('alan.ejs') %>
<main>
<section class="showcase" id="showcase">
Expand Down
10 changes: 8 additions & 2 deletions views/includes/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
font-size: 40px;
width: 50px;
display: none;
}
}
.hamburger i{
padding: 5px 10px;
background-color: whitesmoke;
border-radius: 10px;
}
@media (max-width:900px){
.hamburger{
Expand Down Expand Up @@ -101,4 +107,4 @@ const hamburgere1=document.querySelector(".hamburger");
sidebarE1.style.setProperty('transform', 'translateX(100%)');
}
</script>
</script>

1 comment on commit c95d733

@vercel
Copy link

@vercel vercel bot commented on c95d733 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

imagine-ai-suraj-pratap10 – ./

imagine-ai-17zf.vercel.app
imagine-ai-suraj-pratap10-sp10.vercel.app
imagine-ai-suraj-pratap10-git-main-sp10.vercel.app

Please sign in to comment.