fixed index css and updated index

This commit is contained in:
Leonard Lorenz 2020-10-26 12:39:05 +01:00
parent 133187ad98
commit 621762b8d2
2 changed files with 2 additions and 3 deletions

View file

@ -7,9 +7,10 @@
<link rel="shortcut icon" type="image/jpg" href="/static/favicon.ico"/>
</head>
<body>
<h1>Hi, I'm mtrx.</h1>
<p>
Hi, I'm mtrx.<br>
I have a <a href="/blog">blog.</a><br>
This site is 100% <a href="https://github.com/mtrx1337/website">open source</a>.<br>
If you have questions or input for me please send me an E-Mail to me[at]mtrx.tech
</p>
</body>

View file

@ -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;
}