diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-21 23:38:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-21 23:38:33 +0200 |
| commit | 49fe2db915794b3f2e3c3412199f02092981ea86 (patch) | |
| tree | 7690ded4a5f9383fe1b07c215ef3b49e544c9758 | |
| parent | 7852c9f725382df2aed88fa3f957b1a6d272baef (diff) | |
Update the sr.ht url and disclaimer wording/style
| -rw-r--r-- | app/assets/index.html | 2 | ||||
| -rw-r--r-- | app/print.styl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index b41445f..6913c1c 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -31,7 +31,7 @@ <div class="tel"><a href="tel:+491770126386">+49 (0)177 912 6386</a> · </div> <div class="email"><a href="mailto:[email protected]">[email protected]</a> · </div> <div class="web"><a href="https://a14m.me">website</a> · </div> - <div class="srht"><a href="https://sr.ht/~a14m">sr.ht</a> · </div> + <div class="srht"><a href="https://git.sr.ht/~a14m">sr.ht</a> · </div> <div class="github"><a href="https://github.com/a14m">Github</a> · </div> <div class="stkflw"> <a href="https://stackoverflow.com/users/1769515/a14m">StackOverflow</a> · diff --git a/app/print.styl b/app/print.styl index cf29210..4d83f27 100644 --- a/app/print.styl +++ b/app/print.styl @@ -103,10 +103,10 @@ footer { display: block position: fixed bottom: 0; - font-size: 7pt + font-size: 5pt } footer:after { color: #F7F7F7 - content: "Disclaimer: auto generated from https://a14m.me" + content: "Disclaimer: generated from https://a14m.me" } |
