Edit styling and fonts

This commit is contained in:
2019-09-15 22:48:03 +02:00
parent f7400be1d0
commit 20d91c9ace
14 changed files with 112 additions and 129 deletions

View File

@@ -23,6 +23,28 @@
margin-top: -3em;
visibility: hidden;
}
section[id] {
margin-top: 2em;
}
h1 {
text-shadow: 2px 2px 1px #c8c4b7;
}
#personal-information :global(h3), #personal-information :global(h2) {
margin: 1em 0 0.5em;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
margin: 1.5em 0;
}
</style>
<svelte:head>