fixed index css and updated index
This commit is contained in:
parent
133187ad98
commit
621762b8d2
2 changed files with 2 additions and 3 deletions
|
@ -7,9 +7,10 @@
|
||||||
<link rel="shortcut icon" type="image/jpg" href="/static/favicon.ico"/>
|
<link rel="shortcut icon" type="image/jpg" href="/static/favicon.ico"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Hi, I'm mtrx.</h1>
|
||||||
<p>
|
<p>
|
||||||
Hi, I'm mtrx.<br>
|
|
||||||
I have a <a href="/blog">blog.</a><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
|
If you have questions or input for me please send me an E-Mail to me[at]mtrx.tech
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -8,7 +8,6 @@ html {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
padding-left: 20%;
|
padding-left: 20%;
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:1080px) {
|
@media (max-width:1080px) {
|
||||||
|
@ -17,5 +16,4 @@ html {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
font-size: 2em;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue