use class instead of id in banner div

This commit is contained in:
Jonas Leder 2022-02-04 08:44:46 +01:00
parent 9ddb43af2d
commit 2405d712fa
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -4,7 +4,7 @@
padding: 5px;
}
#banner a {
.banner a {
text-decoration: none;
}