diff --git a/index.html b/index.html index f2ad9c7..150117d 100644 --- a/index.html +++ b/index.html @@ -126,7 +126,7 @@ h1, h2, h3, h4 { } #header .role { font-size: 1rem; - letter-spacing: 2rem; + letter-spacing: 1rem; text-indent: 1em; line-height: 1em; } @@ -147,10 +147,15 @@ h1, h2, h3, h4 { border-radius: 50%; border: .5em solid var(--color2); } -#header .icons img.icon { +#header .icons .icon, #header .icons a { + display: block; width: 2rem; height: 2rem; } +#header .icons .icon-bg { + border-radius: 50%; + background-color: var(--color1); +} #works p a { text-decoration: underline; @@ -574,12 +579,31 @@ style="position: absolute; right: 0; top: 40vh; color: var(--color3); opacity: . @@ -598,6 +622,9 @@ style="position: absolute; right: 0; top: 40vh; color: var(--color3); opacity: . +
  • +
    +
  • -
  • -
    - -