Skip to content

Commit 419809d

Browse files
committed
style changes to organizer page
1 parent ae40a66 commit 419809d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

src/components/organizer/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { faTimes } from '@fortawesome/free-solid-svg-icons'
44
import {
55
faTwitter,
66
faLinkedinIn,
7-
faGithub,
8-
faLaptopCode
7+
faGithub
98
} from '@fortawesome/free-brands-svg-icons'
9+
import { faMousePointer } from '@fortawesome/free-solid-svg-icons'
1010
import styles from './organizer.module.css'
1111

1212

@@ -15,7 +15,7 @@ const SocialLink = ({ type, url }) => {
1515
twitter: faTwitter,
1616
linkedin: faLinkedinIn,
1717
github: faGithub,
18-
website: faLaptopCode
18+
website: faMousePointer
1919
}
2020
const urls = {
2121
twitter: `https://twitter.com/${url}`,

src/components/organizer/organizer.module.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@
129129
}
130130

131131
.links {
132+
text-align:center;
132133
margin: 1em 0;
133-
a {
134+
a:not(:last-child) {
134135
margin-right: 1em;
135136
}
136137
.icon {
@@ -140,7 +141,7 @@
140141
color: var(--tan);
141142
}
142143
@media screen and (min-width: 50em) {
143-
margin: 1em 2em;
144+
margin: 1em;
144145
}
145146
}
146147

src/images/photos/WSC-SF.jpg

9.15 MB
Loading

src/pages/about-us/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default IndexPage
6262

6363
export const pageQuery = graphql`
6464
query {
65-
organizers: file(relativePath: { eq: "photos/WSC-NY-577.jpg" }) {
65+
organizers: file(relativePath: { eq: "photos/WSC-SF.jpg" }) {
6666
childImageSharp {
6767
fluid(maxWidth: 3600) {
6868
...GatsbyImageSharpFluid_tracedSVG

0 commit comments

Comments
 (0)