Skip to content

Commit

Permalink
fix css error
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisDDBT committed Feb 7, 2025
1 parent f3fe55d commit 9928b13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions front_end/styles/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
$govuk-assets-path: "/static/govuk/assets/";
$govuk-image-url-function: "custom-image-url";
$govuk-font-url-function: "custom-font-url";

@function custom-image-url($filename) {
@return url("#{$govuk-images-path}#{$filename}");
}

@function custom-font-url($filename) {
@return url("#{$govuk-fonts-path}#{$filename}");
}
$govuk-page-width: 1800px;
@import "govuk-frontend/govuk/all";
@import "./header.scss";
Expand Down

0 comments on commit 9928b13

Please sign in to comment.