Skip to content

Commit

Permalink
minor improvements; added mb under header and added text no wrap for …
Browse files Browse the repository at this point in the history
…home page buttons
  • Loading branch information
kithenry committed Aug 17, 2024
1 parent 7299101 commit 63e66a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/snippets/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 class="">

</div>
</div>
<div class="green-line">
<div class="green-line mb-2">
<div class="custom-wrapper p-0 m-0" style="position: relative; z-index: 10;">
<div class="collapse" style="position: absolute; z-index: 20; width: 100%;" id="collapseExample">

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ <h4 class="mb-2">
<div class="row">
<div class="col">
<a href="/projects/index.html">
<button class="button-plain-bg me-2 w-100">
<button class="button-plain-bg me-2 w-100 text-nowrap">
My Projects
</button>
</a>
</div>
<div class="col">
<a href="/writing/index.html">
<button class="button-plain-bg me-2 w-100">
<button class="button-plain-bg me-2 w-100 text-nowrap">
My Writing
</button>
</a>

</div>
<div class="col">
<a href="">
<button class="button-plain-bg w-100">
<button class="button-plain-bg w-100 text-nowrap">
Work Info
</button>
</a>
Expand Down

0 comments on commit 63e66a3

Please sign in to comment.