diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 9af9e27..eb71809 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -34,6 +34,10 @@ | |||
| 34 | margin-block-start: 3rem; | 34 | margin-block-start: 3rem; |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | cap { | ||
| 38 | text-transform: capitalize; | ||
| 39 | } | ||
| 40 | |||
| 37 | table { | 41 | table { |
| 38 | max-width: 100%; | 42 | max-width: 100%; |
| 39 | border-collapse: separate; | 43 | border-collapse: separate; |
| @@ -141,15 +145,16 @@ | |||
| 141 | 145 | ||
| 142 | <footer> | 146 | <footer> |
| 143 | <hr> | 147 | <hr> |
| 144 | <p><big><strong>Want to comment or have something to add?</strong></big></p> | ||
| 145 | <p> | 148 | <p> |
| 146 | You can write me an email at | 149 | <p><big><strong>Want to comment or have something to add?</strong></big></p> |
| 150 | <p>You can write me an email at | ||
| 147 | <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or catch up | 151 | <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a> or catch up |
| 148 | with me | 152 | with me |
| 149 | <a href="https://telegram.me/mitjafelicijan" target="_blank">on Telegram</a>. | 153 | <a href="https://telegram.me/mitjafelicijan" target="_blank">on |
| 154 | Telegram</a>.</p> | ||
| 150 | </p> | 155 | </p> |
| 151 | <hr> | 156 | <hr> |
| 152 | <p>This website does not track you. Content is made available under | 157 | <p>This website does not track you. Content is made available under |
| 153 | the <a href="https://creativecommons.org/licenses/by/4.0/" | 158 | the <a href="https://creativecommons.org/licenses/by/4.0/" |
| 154 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified | 159 | target="_blank" rel="noreferrer">CC BY 4.0 license</a> unless specified |
| 155 | otherwise. Blog feed is available as <a href="/index.xml" | 160 | otherwise. Blog feed is available as <a href="/index.xml" |
