Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 273 B view raw
1import styled from 'styled-components'; 2 3export const SecondaryTitle = styled.h3` 4 color: white; 5 font-size: 2rem; 6 line-height: 2.4rem; 7 margin: 2rem auto 1rem; 8 text-align: center; 9 @media (min-width: 768px) { 10 font-size: 2.2rem; 11 line-height: 2.6rem; 12 } 13`;