1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 00:08:26 -04:00

increase tap target size of meta links

This commit is contained in:
Jake Jarvis 2021-05-30 09:30:51 -04:00
parent cfc3334da7
commit ba81de8765
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 6 additions and 5 deletions

View File

@ -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 {

View File

@ -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;
}
}