UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

14 lines (11 loc) 220 B
import styled from '@emotion/styled'; export const LogoWrapper = styled.div` display: flex; flex-direction: column; .logo { width: 76px; height: 76px; max-width: 100%; margin-bottom: 15px; } `;