diff --git a/src/components/about/About.module.scss b/src/components/about/About.module.scss index 0ac9b8a3e..a9b9e68b1 100644 --- a/src/components/about/About.module.scss +++ b/src/components/about/About.module.scss @@ -3,6 +3,10 @@ @media screen and (min-width: 30em) { padding: 10px 40px; } + + p { + margin: 5px 0; + } } .mono { @@ -12,7 +16,10 @@ .link { color: var(--color-text-secondary); display: inline-flex; + gap: 5px; + align-items: center; } + .link:hover { color: var(--color-text-highlight); }