import styled from 'styled-components' export const Container = styled.div` .logo { float: left; width: 120px; height: 31px; // margin: 16px 24px 16px 0; } .site-layout-background { background: #fff; } `