Skip to content
Snippets Groups Projects
Logo.js 228 B
Newer Older
  • Learn to ignore specific revisions
  • Whitney Armstrong's avatar
    Whitney Armstrong committed
    import styled from '@emotion/styled';
    
    import logo from '../../../docs/anl_eic_logo_3.png';
    
    export default styled.div`
      width: 260px;
      height: 90px;
      background-size: contain;
      background: url(${logo}) center no-repeat;
    `;