Skip to content

Commit

Permalink
remove commented-out sidebar code in index.html and adjust footer ali…
Browse files Browse the repository at this point in the history
…gnment in style.css for improved clarity and layout
  • Loading branch information
Martin-Atanasov123 committed Jan 2, 2025
1 parent 7c9b05d commit 443e827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 0 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@
</header>


<!-- <section class="mobile-menu">
<label class="hamburger-menu">
<input type="checkbox" />
</label>
<aside class="sidebar">
<nav>
<div>This</div>
<div>Is</div>
<div>The</div>
<div>Sidebar</div>
</nav>
</aside>
</section> -->

<main>
<section id="section1" class="introduction">
Expand All @@ -57,10 +44,6 @@
</label>
<aside class="sidebar">
<nav>
<!-- <div>This</div>
<div>Is</div>
<div>The</div>
<div>Sidebar</div> -->
<ul>
<li><a href="#section1">Home</a></li>
<li><a href="#section2">About us</a></li>
Expand Down
1 change: 1 addition & 0 deletions things/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ footer section {
display: flex;
justify-content: center;
flex-direction: row;

align-items: flex-start;
padding: 1em;

Expand Down

0 comments on commit 443e827

Please sign in to comment.