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