From c93a134aed4763d5b1da2a848e32c683c0333297 Mon Sep 17 00:00:00 2001 From: Yusuf Ipek Date: Thu, 6 May 2021 13:21:48 +0300 Subject: [PATCH] created media queries for images and stories component --- src/commons/about-section/about.jsx | 23 +++++++++++++++++------ src/commons/footer-section/footer.jsx | 15 ++++++++++++++- src/sass/components/_story.scss | 6 ++++++ 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/src/commons/about-section/about.jsx b/src/commons/about-section/about.jsx index fc07ea0..183d059 100644 --- a/src/commons/about-section/about.jsx +++ b/src/commons/about-section/about.jsx @@ -1,6 +1,9 @@ import nat1Large from "../../commons/images/nat-1-large.jpg"; +import nat1 from "../../commons/images/nat-1.jpg"; import nat2Large from "../../commons/images/nat-2-large.jpg"; +import nat2 from "../../commons/images/nat-2.jpg"; import nat3Large from "../../commons/images/nat-3-large.jpg"; +import nat3 from "../../commons/images/nat-3.jpg"; function About() { return ( @@ -36,19 +39,27 @@ function About() {
Nature 1 + Nature 2 + Nature 3
diff --git a/src/commons/footer-section/footer.jsx b/src/commons/footer-section/footer.jsx index 4090d21..0690f92 100644 --- a/src/commons/footer-section/footer.jsx +++ b/src/commons/footer-section/footer.jsx @@ -1,10 +1,23 @@ import logoLarge from "../images/logo-green-2x.png"; +import logoSmall from "../images/logo-green-1x.png"; +import logoGreenSmall from "../images/logo-green-small-1x.png"; +import logoGreenLarge from "../images/logo-green-small-2x.png"; function Footer() { return (