Skip to content

Commit

Permalink
Merge pull request #237 from kata-containers/vert-footer-logo
Browse files Browse the repository at this point in the history
Replace footer logo with vert layout
  • Loading branch information
iamweswilson authored Feb 20, 2024
2 parents af19cf5 + 81a521b commit aa0b3ad
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { Link } from 'gatsby'
import { OutboundLink } from 'gatsby-plugin-google-analytics'

import logo from '../img/svg/logo_white.svg'
import logo from '../img/svg/logo-vertical.svg'

import content from '../content/footer-nav.json'

Expand Down
1 change: 1 addition & 0 deletions src/img/svg/logo-vertical.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: 10 additions & 2 deletions src/style/modules/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
max-width: 417px;
margin-left: auto;
text-align: right;
display: flex;
flex-direction: column;
align-items: end;
}

.footer-title {
Expand All @@ -57,12 +60,13 @@
}

.footer-brand {
padding-right: 5px;
padding: 10px;
background: #ffffff;
width: 100px;
}

.footer-brand img {
width: 100%;
min-width: 125px;
}

.footer-entry {
Expand Down Expand Up @@ -97,6 +101,10 @@
text-align: center;
}

.footer-aside {
align-items: baseline;
}

.footer-entry {
margin-bottom: 20px;
}
Expand Down

0 comments on commit aa0b3ad

Please sign in to comment.