diff --git a/public/index.html b/public/index.html index f2568e846e19a5490685a0c78d2f65778f805d94..02e99ac0386a04c4e9a4d0ba96cb334ff676f201 100644 --- a/public/index.html +++ b/public/index.html @@ -27,7 +27,7 @@ <jl-ebk-banner></jl-ebk-banner> <h2>Skills</h2> <jl-skills></jl-skills> - <div id="banner"> + <div class="banner"> <h2>Banner</h2> <a href="https://ipv6.he.net" target="_blank"><img class="no-corner" data-noPreview="true" src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> diff --git a/styl/lib/_home.styl b/styl/lib/_home.styl index e45df94b5c51168f722c5b05c935cf40eb761aa8..dea407d9feadb04375c92debbca78040b60098b8 100644 --- a/styl/lib/_home.styl +++ b/styl/lib/_home.styl @@ -4,7 +4,7 @@ padding: 5px; } -#banner a { +.banner a { text-decoration: none; }