Change tags to inline-block so the page fits on mobile

pull/4/head
Maik de Kruif 3 years ago
parent 90652210c6
commit 61c8286995
No known key found for this signature in database
GPG Key ID: 46C1200ACD3A432F
  1. 1
      themes/maik-blog/assets/scss/_single.scss

@ -75,6 +75,7 @@
.tag {
margin-right: 0.5em;
display: inline-block;
&::before {
content: "#";

Loading…
Cancel
Save