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

swap logo in header with my face 📸

This commit is contained in:
2021-05-26 21:40:12 -04:00
parent 5f81813e75
commit 233349781e
9 changed files with 101 additions and 113 deletions

View File

@@ -3,8 +3,8 @@
// Home Styles
div.layout-home {
font-size: 1em;
padding-top: 1.25em;
padding-bottom: 0.75em;
padding-top: 1.2em;
padding-bottom: 0.6em;
h1 {
margin: 0 0 0.3em 0;
@@ -23,6 +23,7 @@ div.layout-home {
font-size: 1.35em;
font-weight: 400;
letter-spacing: -0.022em;
margin-left: -0.03em; // TODO: why is this indented slightly?
line-height: 1.4;
}
@@ -48,20 +49,6 @@ div.layout-home {
}
}
img#me {
float: right;
margin: 0.2em 0 0.6em 1.2em;
padding: 4px;
width: 170px;
height: 170px;
border: 1px solid;
border-radius: 50%;
@include colors() {
border-color: c(light);
}
}
// easter egg emoji cursor
a#birthday {
&:hover {
@@ -101,7 +88,7 @@ div.layout-home {
@mixin responsive--home() {
div.layout-home {
font-size: 0.975em;
padding-top: 1.2em;
padding-top: 1em;
padding-bottom: 0.2em;
h1 {
@@ -119,12 +106,5 @@ div.layout-home {
p {
letter-spacing: -0.012em;
}
img#me {
width: 100px;
height: 100px;
margin: 0 0 0.3em 0.6em;
padding: 2px;
}
}
}