1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 14:45:32 -04:00

minor hugo template refactoring before updating

This commit is contained in:
2021-12-18 10:36:18 -05:00
parent 0bac7577a6
commit 76cceb0001
23 changed files with 133 additions and 120 deletions

View File

@@ -88,7 +88,7 @@ div.layout-contact {
);
}
svg.emoji {
.emoji {
margin-left: 0;
margin-right: 0.4em;
cursor: inherit;

View File

@@ -135,9 +135,13 @@ div.layout-home {
font-weight: 500;
letter-spacing: -0.014em;
img.emoji {
.emoji {
margin-left: 0.1em; // a little extra social distancing for the hand
}
.wave {
margin-left: 2px;
}
}
h2 {
@@ -163,7 +167,7 @@ div.layout-home {
word-spacing: -0.3em;
margin-right: 0.1em;
img.emoji {
.emoji {
vertical-align: -0.2em; // magic number to align with text :\
padding: 0;
}
@@ -190,10 +194,6 @@ div.layout-home {
)
);
}
&.wave {
margin-left: 2px;
}
}
}

View File

@@ -36,7 +36,7 @@ div.layout-single {
margin-right: 0.4em;
user-select: none;
img.emoji {
.emoji {
margin-right: 0.25em;
vertical-align: -0.22em;
cursor: inherit;