Skip to content

Commit

Permalink
Maintenance update (#1969)
Browse files Browse the repository at this point in the history
# Description

This PR includes the following proposed change(s):

- {List all the changes, if possible add the jira ticket #}
  • Loading branch information
carolcarpenter authored Dec 5, 2024
1 parent 647f883 commit 98e6414
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,6 @@
padding: 30px 0 10px 0;
}

@media (min-width: 1024px) {
.hero-content {
background: url(https://ess.gov.bc.ca/img/hands.png) no-repeat top right;
padding: 54px 0;
height: 320px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-right: -60px;
}
}

.cards {
margin-bottom: 72px;
-webkit-box-align: start;
Expand Down Expand Up @@ -307,7 +292,7 @@
<header class="site-header">
<div class="container">
<div class="site-header-content">
<a href="" class="site-logo"><img src="img/gov_bc_logo.svg" alt="Government of B.C."></a>
<a href="" class="site-logo"><img src="gov_bc_logo.svg" alt="Government of B.C."></a>
</div>
</div>
</header>
Expand All @@ -329,7 +314,7 @@ <h1>Security Programs Division</h1>
<section class="contact-spd">
<div class="container">
<div class="contact-spd__content center">
<img class="contact-spd__icon" src="img/contact.svg" alt="Phone">
<img class="contact-spd__icon" src="contact.svg" alt="Phone">
<h3>Contact Us</h3>
<p>If you have any questions or need assistance, please contact Security Program's Licensing Unit toll free at 1-855-587-0185.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Spd.Presentation.Licensing/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
app.UseStaticFiles();
if (app.Configuration.GetValue("MaintenanceMode", false))
{
app.MapFallbackToFile("maintenance/spd-unavailable.html");
app.MapFallbackToFile("maintenance/offline.html");
}
else
{
Expand Down

0 comments on commit 98e6414

Please sign in to comment.