Fix border-radius at right bottom corner not applied on banner

TELE-1883
This commit is contained in:
Daniel Muyshond 2024-02-21 14:37:54 +01:00
parent a61f75da9f
commit 466dd48458
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ $imio-logo-height: 40px !default;
@media screen and (min-width: $nav-mobile-limit) {
body.has-picture .site-nav::after {
width: 1598px;
border-radius: $border-radius $border-radius 0 $border-radius;
border-radius: $border-radius;
margin: 0 auto;
left: -9px;
}