diff --git a/themes/theme/templates/index.html b/themes/theme/templates/index.html index 1c62965..4f966ca 100644 --- a/themes/theme/templates/index.html +++ b/themes/theme/templates/index.html @@ -7,12 +7,13 @@ {% endblock %} {% block content %} +

TANNER COLLIN

-

+

Hi, I'm Tanner! I like home automation, sensors, privacy, bots, Python, Debian, coffee, and makerspaces.

-

Projects

+

Projects

My main hobby is working on software projects. I typically design websites or @@ -70,6 +71,8 @@

Contact Info

+

I'm very open to collaboration and responsive to messages. If you have any thoughts feel free to reach out:

+

Email: site4@tannercollin.com
Telegram: @tannercollin diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 04c9120..486a45a 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -19,8 +19,8 @@ padding-right: 15px; } - .info h1 { - font: 1.1rem/1.0 sans-serif; + .index h2 { + margin-top: 3rem; } .index h3 { @@ -115,17 +115,7 @@ } .content.index { - margin-top: -5.5rem; - } - - .projects { - margin-top: -5rem; - } - - .opener { - height: 100vh; - display: table-cell; - vertical-align: middle; + margin-top: 3rem; } .toclink:not(:hover) {