Skip to content

Commit

Permalink
attempting routing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SHarfenist-REISys committed Jul 17, 2024
1 parent 8a44bd3 commit 0e06071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ html {
}

.usa-banner__button::after {
background-image: url("{{baseurl}}/assets/img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
background-image: url("{{site.baseurl}}/assets/img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
background-repeat: no-repeat;
background-position: center center;
background-size: 0.5rem;
Expand All @@ -281,7 +281,7 @@ html {
}

.usa-banner__button:hover::after {
background-image: url("{{baseurl}}/assets/img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent);
background-image: url("{{site.baseurl}}/assets/img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent);
background-color: transparent !important;
}
}
Expand All @@ -302,7 +302,7 @@ html {
}

.usa-banner__header-action::after {
background-image: url("{{baseurl}}/assets/img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
background-image: url("{{site.baseurl}}/assets/img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
background-repeat: no-repeat;
background-position: center center;
background-size: 0.5rem;
Expand Down

0 comments on commit 0e06071

Please sign in to comment.