diff --git a/sass/_comments.scss b/sass/_comments.scss
index f88f480..30418d6 100644
--- a/sass/_comments.scss
+++ b/sass/_comments.scss
@@ -10,7 +10,6 @@
font-variant: normal;
font-weight: normal !important;
line-height: 1;
- margin-inline-end: 0.25rem;
text-transform: none;
vertical-align: -0.125em;
}
@@ -221,6 +220,10 @@ section#comments {
&:active {
transform: scale(var(--active));
}
+
+ &::before {
+ margin-inline-end: 0.25rem;
+ }
}
.reblogs {
diff --git a/sass/_johnvertisement.scss b/sass/_johnvertisement.scss
index f3cce7c..0ca1a2d 100644
--- a/sass/_johnvertisement.scss
+++ b/sass/_johnvertisement.scss
@@ -1,4 +1,4 @@
-.johnvertisement {
+#johnvertisement {
margin: 0 auto;
display: block;
width: min(728px, 100vw);
diff --git a/sass/_not-found.scss b/sass/_not-found.scss
index ccbb638..92cf903 100644
--- a/sass/_not-found.scss
+++ b/sass/_not-found.scss
@@ -1,4 +1,4 @@
-.not-found {
+#not-found {
width: 100%;
padding-top: 1rem;
padding-right: 35%;
diff --git a/sass/_post-nav.scss b/sass/_post-nav.scss
index 968e710..d63a211 100644
--- a/sass/_post-nav.scss
+++ b/sass/_post-nav.scss
@@ -1,4 +1,4 @@
-.post-nav {
+#post-nav {
display: flex;
.post-nav-item {
diff --git a/sass/_qrcode.scss b/sass/_qrcode.scss
new file mode 100644
index 0000000..b7dd469
--- /dev/null
+++ b/sass/_qrcode.scss
@@ -0,0 +1,14 @@
+#qrcode {
+ background-color: white;
+ float: right;
+ height: 155px;
+ margin: 3rem 0 0 0;
+ padding: 15px;
+ width: 155px;
+
+ @media screen and (max-width: 720px) {
+ & {
+ display: none;
+ }
+ }
+}
diff --git a/sass/style.scss b/sass/style.scss
index b790008..05c9795 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -26,6 +26,7 @@
@use "nav";
@use "not-found";
@use "post-nav";
+@use "qrcode";
@use "statements";
@use "tags";
diff --git a/templates/404.html b/templates/404.html
index 91e2237..f094e0b 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -3,7 +3,7 @@
{% block content %}
+