Skip to content

Commit

Permalink
feat: Footer theme Design
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatAli authored and RahatAli committed Nov 20, 2023
1 parent d316b3c commit 74f837a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ $gray-footer: #fcfcfc !default;
background-color: $gray-footer;
}

.copyright{
.copyright {
font-size: 15px;
}
}
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SiteFooter extends React.Component {
return (
<footer
role="contentinfo"
className="footer border-top py-3 px-4"
className="footer border-top py-3 px-3"
>
<div className="container-fluid d-flex align-items-center mb-3">
<a
Expand All @@ -55,7 +55,7 @@ class SiteFooter extends React.Component {
aria-label={intl.formatMessage(messages['footer.logo.ariaLabel'])}
>
<img
style={{ maxHeight: 45 }}
style={{ maxHeight: 63 }}
src={logo || config.LOGO_TRADEMARK_URL}
alt={intl.formatMessage(messages['footer.logo.altText'])}
/>
Expand Down

0 comments on commit 74f837a

Please sign in to comment.