Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDKaufman authored Jun 9, 2024
1 parent b079e54 commit cb1629b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
background-size: cover;
}
.nav {
width: 100%;
width: calc(100% - 80px); /* 40px margin on each side */
margin: 0 40px;
overflow: hidden;
background-color: rgba(255, 255, 255, .99); /* Translucent white */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -115,3 +116,4 @@
<div class="footer">
<p>Adam Kaufman, MSEd</p>
</div>
</div>

0 comments on commit cb1629b

Please sign in to comment.