Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Updating website header #280

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions src/assets/images/SSW-logo-Christmas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/components/breadcrumb/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@
}

}

@media (min-width: 991px) {

.breadcrumb {
display: flex;
overflow: hidden;
margin-top: 1rem;
width: 1170px;
margin: 0px auto;
}

}
2 changes: 1 addition & 1 deletion src/components/header/topBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
faTiktok,
} from '@fortawesome/free-brands-svg-icons';

import SSWLogo from '../../../assets/images/ssw-logo.svg';
import SSWLogo from '../../../assets/images/ssw-logo-Christmas.svg';
import * as styles from './index.module.css';

const TopBar = () => {
Expand Down