feat: Add alt text to comments QR code, fix margins
This commit is contained in:
@ -2,8 +2,7 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
float: right;
|
float: right;
|
||||||
height: 155px;
|
height: 155px;
|
||||||
margin-left: 1rem;
|
margin: 3rem 0 0 1rem;
|
||||||
margin-top: 3rem;
|
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
width: 155px;
|
width: 155px;
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
{% set id = page.extra.comments.id %}
|
{% set id = page.extra.comments.id %}
|
||||||
|
|
||||||
<section id="comments">
|
<section id="comments">
|
||||||
<img id="qrcode" class="no-hover pixels"
|
<img id="qrcode" class="no-hover pixels" alt="QR code to a Mastodon post"
|
||||||
src="https://api.qrserver.com/v1/create-qr-code/?data=https://{{ host }}/@{{ username }}/{{ id }}">
|
src="https://api.qrserver.com/v1/create-qr-code/?data=https://{{ host }}/@{{ username }}/{{ id }}">
|
||||||
<h2>Comments</h2>
|
<h2>Comments</h2>
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user