From 2405d712fa1f45a2478b6fce6fbc88de70123b2f Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Fri, 4 Feb 2022 08:44:46 +0100 Subject: [PATCH] use class instead of id in banner div --- public/index.html | 2 +- styl/lib/_home.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index f2568e8..02e99ac 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 e45df94..dea407d 100644 --- a/styl/lib/_home.styl +++ b/styl/lib/_home.styl @@ -4,7 +4,7 @@ padding: 5px; } -#banner a { +.banner a { text-decoration: none; } -- GitLab