Skip to content

Commit

Permalink
Increased top margin for 'reviewContainer' and added id 'current' to …
Browse files Browse the repository at this point in the history
…highlight review page
  • Loading branch information
Rucha-Ambaliya committed Jan 17, 2025
1 parent 6e79719 commit 59979d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/pages/reviews.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="plane" id="plane">
<table>
<tr>
<td id="current"><a href="../../index.html" class="table_link">Home</a></td>
<td><a href="../../index.html" class="table_link">Home</a></td>
</tr>
<tr>
<td><a href="../../documentation.html" class="table_link">Documentation</a></td>
Expand All @@ -68,7 +68,7 @@
<td><a href="./contributor.html" class="table_link">Contributors</a></td>
</tr>
<tr>
<td><a href="./reviews.html" class="table_link">Reviews</a></td>
<td id="current"><a href="./reviews.html" class="table_link">Reviews</a></td>
</tr>
<tr>
<td><a href="./license.html" class="table_link">License</a></td>
Expand Down
2 changes: 1 addition & 1 deletion website/styles/reviews.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {

.reviewContainer {
text-align: center;
margin-top: 30px;
margin-top: 90px;
}

.reviewHeading {
Expand Down

0 comments on commit 59979d1

Please sign in to comment.