diff --git a/content/html/index.html b/content/html/index.html index 58c0a6c..fb4529a 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -7,9 +7,10 @@ +

Hi, I'm mtrx.

- Hi, I'm mtrx.
I have a blog.
+ This site is 100% open source.
If you have questions or input for me please send me an E-Mail to me[at]mtrx.tech

diff --git a/content/static/css/index.css b/content/static/css/index.css index 3aab276..50e4f53 100644 --- a/content/static/css/index.css +++ b/content/static/css/index.css @@ -8,7 +8,6 @@ html { padding: 20px; width: 60%; padding-left: 20%; - font-size: 1.5em; } @media (max-width:1080px) { @@ -17,5 +16,4 @@ html { padding: 20px; width: 90%; padding-left: 5%; - font-size: 2em; }