Skip to content

Commit

Permalink
[feat] Website is now responsive !
Browse files Browse the repository at this point in the history
  • Loading branch information
JaavLex committed Aug 17, 2021
1 parent fff859e commit 045c035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ button:hover:after, input[type=submit]:hover:after{
}

#urlhtml, #apitoken {
width: 350px;
width: 100%;
}

#tutoriallink {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>✏️ Input parameters of your changelog</h2>
API token
</td>
<td>
<input id="apitoken" type="text" onchange="localStorageManager(false)" placeholder="ghp_ABCD1234" /><i> <a
<input id="apitoken" type="text" onchange="localStorageManager(false)" placeholder="ghp_ABCD1234" /> <i><a
href="https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token"
target="_blank" id="tutoriallink">
🔗 How to generate one ?</a></i>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelog-maker",
"version": "1.13.14",
"version": "1.14.14",
"description": "Changelog maker. Takes commit messages and generates a gitlog.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 045c035

Please sign in to comment.