- add sitemap.xml

- reduce screenshot sizes
This commit is contained in:
Amruth Pillai
2020-07-16 10:31:56 +05:30
parent be40644497
commit 8e9bd99e91
6 changed files with 56 additions and 13 deletions

View File

@ -11,7 +11,7 @@ const Screenshots = () => {
fluid(maxWidth: 800) {
...GatsbyImageSharpFluid
}
fixed(width: 360) {
fixed(width: 300) {
...GatsbyImageSharpFixed
}
}
@ -21,7 +21,7 @@ const Screenshots = () => {
fluid(maxWidth: 800) {
...GatsbyImageSharpFluid
}
fixed(width: 360) {
fixed(width: 300) {
...GatsbyImageSharpFixed
}
}
@ -31,7 +31,7 @@ const Screenshots = () => {
fluid(maxWidth: 800) {
...GatsbyImageSharpFluid
}
fixed(width: 360) {
fixed(width: 300) {
...GatsbyImageSharpFixed
}
}
@ -41,7 +41,7 @@ const Screenshots = () => {
fluid(maxWidth: 800) {
...GatsbyImageSharpFluid
}
fixed(width: 360) {
fixed(width: 300) {
...GatsbyImageSharpFixed
}
}
@ -51,7 +51,7 @@ const Screenshots = () => {
fluid(maxWidth: 800) {
...GatsbyImageSharpFluid
}
fixed(width: 360) {
fixed(width: 300) {
...GatsbyImageSharpFixed
}
}
@ -61,7 +61,7 @@ const Screenshots = () => {
fluid(maxWidth: 800) {
...GatsbyImageSharpFluid
}
fixed(width: 360) {
fixed(width: 300) {
...GatsbyImageSharpFixed
}
}