Minimally update homepage style.

This commit is contained in:
Sergio Martínez Portela 2022-01-06 22:32:49 +01:00
parent f63fef056c
commit b695b2f40b

View File

@ -5,21 +5,17 @@
<title>Código para llevar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body {
margin: 0;
}
.header {
text-align: center;
}
.links {
margin: 1ex;
text-align: center;
body {
margin: 0 auto;
width: fit-content;
max-width: 100ex;
border-radius: 4px;
text-align: left;
padding: 0 1ex;
}
.links section {
margin-top: 4em;
margin-top: 3em;
}
h2 a {
@ -52,6 +48,7 @@
<h2>Find me</h2>
<a href="https://github.com/kenkeiras">GitHub</a>
<a href="https://gitlab.com/kenkeiras">GitLab</a>
<a href="https://programaker.com/users/kenkeiras">PrograMaker</a>
</section>
</div>