Remove max-widths, use theme breakpoints module for consistency

This commit is contained in:
Aarni Halinen
2020-12-28 20:23:51 +02:00
parent f286f6dfba
commit 32bff36611
22 changed files with 71 additions and 59 deletions
@@ -3,6 +3,7 @@ import styled from "styled-components";
import { CTASection, TextSection, PageLink, Accordion } from "@components/index";
import StudiesPageHero from "./StudiesPageHero";
// TODO: Responsive
const TestimonialImage = styled.img`
max-width: 500px;
max-height: 500px;