mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-27 12:56:03 -04:00
increase tap target size of meta links
This commit is contained in:
+3
-2
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user