diff --git a/src/routes/contact.svelte b/src/routes/contact.svelte index 542ebcb..a4e4c54 100644 --- a/src/routes/contact.svelte +++ b/src/routes/contact.svelte @@ -22,21 +22,34 @@ @@ -46,4 +59,15 @@ I usually reply within a couple minutes - if it is important. ul { list-style-type: none; } + @media screen and (max-width: 480px) { + ul { + padding-left: unset; + } + .listText { + display: block; + } + .listValue { + margin-left: 2rem; + } + } diff --git a/src/routes/index.svelte b/src/routes/index.svelte index d24357c..94cab2e 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -16,10 +16,10 @@ import type { Skill } from '../lib/utils/types'; let _SKILLS = [ - { name: 'React / Svelte', started: 2019 }, + { name: 'React/Svelte', started: 2019 }, { name: 'Scripting with Bash/Python', started: 2018 }, { name: 'Java', started: 2013 }, - { name: 'LXC / Docker', started: 2021 }, + { name: 'LXC/Docker', started: 2021 }, { name: 'FaaS', started: 2021 }, { name: 'git', started: 2016 }, { name: 'Linux administration (Debian)', started: 2017 },