Skip to content

Commit

Permalink
fix: turn off logo background in previous apprentices section
Browse files Browse the repository at this point in the history
  • Loading branch information
mdt2 committed Jul 18, 2023
1 parent d4e0831 commit cc40f32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/previous-apprentices/previous-apprentices.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@

@media (min-width: 50rem) {
.previous-apprentices {

background: url('../../public/sparkbox-logo.svg') no-repeat;
background-size: 40rem;
background-position-x: calc(50% + 38rem);
background-position-y: 16rem;
// Turn this back on when we restart the apprenticeship and "current apprentices" is active
// background: url('../../public/sparkbox-logo.svg') no-repeat;
// background-size: 40rem;
// background-position-x: calc(50% + 38rem);
// background-position-y: 16rem;

&__groups {
margin: auto;
Expand Down

0 comments on commit cc40f32

Please sign in to comment.