Skip to content

Commit

Permalink
update verbiage and fix some styling issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Sep 18, 2024
1 parent 4c8e587 commit 01d9093
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,15 @@ a {
transform: scale(1.05);
}

#changelog h4 {
font-size: 16px;
font-weight: bold;
}

#changelog h4:first-child {
margin-top: 0;
}

@-webkit-keyframes fadein {
from {
bottom: 0;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h4 class="modal-title custom-modal-title">Notepad — Offline capable</h4>
<div id="changelog" class="container tab-pane fade">
<h4>17th Sep, 2024</h3>
<ul>
<li>A <b>"Donors"</b> section to list the donors who've supported this project.</li>
<li>Added a <b>"Donors"</b> section to list the donors who've supported this project.</li>
</ul>

<h4>27th Aug, 2024</h3>
Expand All @@ -227,7 +227,7 @@ <h4>24th Jul, 2024</h3>
<li>Implemented <a href="https://baymard.com/blog/line-length-readability" target="_blank">optimal line length</a> feature for better readability.</li>
<li>Implemented a toggle to go fullscreen.</li>
<li>Swithced to using muted menubar icons.</li>
<li>A <b>"Changelog"</b> section to list the latest changes.</li>
<li>Added a <b>"Changelog"</b> section to list the latest changes.</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 01d9093

Please sign in to comment.