1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 01:06:00 -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
+6 -6
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;
}
}
}