Skip to content

Commit

Permalink
Merge pull request #14 from kaiwalyakoparkar/development
Browse files Browse the repository at this point in the history
Removed the nav and changed the layout
  • Loading branch information
kaiwalyakoparkar authored Apr 10, 2021
2 parents 09b6637 + c3800af commit 8921f03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
5 changes: 3 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,9 @@ ol {
}

.hero-item {
height: 921px;
padding-top: 125px;
height: 700px;
padding-bottom: 100px;
padding-top: 80px;
border-bottom: 2px solid #b01ba5;
}

Expand Down
20 changes: 1 addition & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,7 @@
</div>

<!-- Header section -->
<header class="header-section">
<div class="header-warp">
<div class="header-bar-warp d-flex">
<!-- site logo -->
<a href="index.html" class="site-logo">
<img src="./img/logo.png" alt="">
</a>
<nav class="top-nav-area w-100">
<div class="user-panel">
<a href="">Login</a> / <a href="">Register</a>
</div>
<!-- Menu -->
<ul class="main-menu">
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</div>
</div>
</header>

<!-- Header section end -->


Expand Down

0 comments on commit 8921f03

Please sign in to comment.