1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 15:45:33 -04:00

full name in title for SEO even though it looks like crap 😒

This commit is contained in:
2019-01-22 13:04:43 -05:00
parent 92dd5c633d
commit 03dac6e157
2 changed files with 19 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ body {
font-family: "Open Sans", sans-serif;
font-weight: 300;
font-size: 24px;
line-height: 1.5;
line-height: 1.5em;
}
a {
@@ -257,20 +257,31 @@ div#home sup {
@media screen and (max-width: 800px) {
body {
font-size: 18px;
font-size: 16px;
}
div#home img#me {
width: 80px;
height: 80px;
width: 75px;
height: 75px;
padding: 2px;
}
div#home h1 {
font-size: 130%;
font-size: 1.35em;
}
div#home h2 {
font-size: 100%;
font-size: 1.1em;
line-height: 1.4em;
}
div#home p {
font-size: 1.1em;
line-height: 1.5em;
}
div#home span#wave {
font-size: 16px;
}
div#home div#footer div#panda {