1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

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

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