increase tap target size of meta links

This commit is contained in:
2021-05-30 09:30:51 -04:00
parent cfc3334da7
commit ba81de8765
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ snapshot:
iframe, iframe,
video, video,
img[src$=".gif"], img[src$=".gif"],
.i-amphtml-element { .i-amphtml-element,
display: none; /* don't worry about third-party content/embeds */ #hit-spinner, #hit-spinner {
display: none !important; /* don't worry about third-party content/embeds */
} }
code, code,
div.highlight { div.highlight {
+3 -3
View File
@@ -7,9 +7,9 @@ div.layout-single {
div#meta { div#meta {
font-size: 0.825em; font-size: 0.825em;
line-height: 1.8; line-height: 2.3;
letter-spacing: 0.04em; letter-spacing: 0.04em;
margin-top: 0.5em; margin-top: 0.3em;
@include colors() { @include colors() {
color: c(medium); color: c(medium);
@@ -25,7 +25,7 @@ div.layout-single {
img.emoji { img.emoji {
margin-right: 0.25em; margin-right: 0.25em;
vertical-align: -0.27em; vertical-align: -0.28em;
cursor: inherit; cursor: inherit;
} }
} }