diff --git a/dev/index.html b/dev/index.html index ed79ee3..f5626f1 100644 --- a/dev/index.html +++ b/dev/index.html @@ -61,12 +61,18 @@ text-decoration: none; color: #d4d4d4; font-weight: bolder; + display: flex; + align-items: center; } .icon { font-family: "JetBrainsMono Nerd Font"; } + .icon:before { + margin-right: 20px; + } + .mail-icon:before { content: "\f42f"; font-size: 2em; @@ -114,24 +120,19 @@