mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 08:58:30 -04:00
increase tap target size of meta links
This commit is contained in:
parent
cfc3334da7
commit
ba81de8765
@ -7,8 +7,9 @@ snapshot:
|
||||
iframe,
|
||||
video,
|
||||
img[src$=".gif"],
|
||||
.i-amphtml-element {
|
||||
display: none; /* don't worry about third-party content/embeds */
|
||||
.i-amphtml-element,
|
||||
#hit-spinner, #hit-spinner {
|
||||
display: none !important; /* don't worry about third-party content/embeds */
|
||||
}
|
||||
code,
|
||||
div.highlight {
|
||||
|
@ -7,9 +7,9 @@ div.layout-single {
|
||||
|
||||
div#meta {
|
||||
font-size: 0.825em;
|
||||
line-height: 1.8;
|
||||
line-height: 2.3;
|
||||
letter-spacing: 0.04em;
|
||||
margin-top: 0.5em;
|
||||
margin-top: 0.3em;
|
||||
|
||||
@include colors() {
|
||||
color: c(medium);
|
||||
@ -25,7 +25,7 @@ div.layout-single {
|
||||
|
||||
img.emoji {
|
||||
margin-right: 0.25em;
|
||||
vertical-align: -0.27em;
|
||||
vertical-align: -0.28em;
|
||||
cursor: inherit;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user