diff --git a/public/index.html b/public/index.html index 951f1875b67577094a1154da6ae595ad470e71f8..5ccc25d4e9831dd68cef8716f454cbfbb7e15cf2 100644 --- a/public/index.html +++ b/public/index.html @@ -24,10 +24,10 @@ <jl-blog_index id="blog"></jl-blog_index> <div id="banner"> <h2>Banner</h2> - <a href="https://ipv6.he.net" target="_blank"><img + <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> - <a href="https://www.abuseipdb.com/user/45130" target="_blank"><img class="abuseIpImg" + <a href="https://www.abuseipdb.com/user/45130" target="_blank"><img class="abuseIpImg no-corner" data-noPreview="true" src="https://www.abuseipdb.com/contributor/45130.svg"></a> </div> diff --git a/scss/_general.scss b/scss/_general.scss index af9e412dc2363e30d0238f05119aee40a2939671..29c6d74e33dbbb2d5fb0f2fc7ddb290a2a5f4b93 100644 --- a/scss/_general.scss +++ b/scss/_general.scss @@ -61,4 +61,12 @@ h1 { .block{ text-align: justify; text-justify: auto; +} + +img { + border-radius: $border-radius-image; + + &.no-corner { + border-radius: 0; + } } \ No newline at end of file diff --git a/scss/_var.scss b/scss/_var.scss index a1906a142fe09ddbb04101d084cf9ba3127b43d2..337f88c1edb85d635a65b2a61637638dc518d372 100644 --- a/scss/_var.scss +++ b/scss/_var.scss @@ -8,6 +8,7 @@ $darker-color: 5%; $darker-color-2: 2%; $border-radius-sub-nav: 10px; +$border-radius-image: 5px; $mobile-max-width: 600px; $small-mobile-max-width: 300px;