netlify-cms-react-starter/src/components/Logo.css
2018-01-25 12:36:42 +10:00

9 lines
176 B
CSS

.Logo {
display: block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 2.5rem;
width: 2.5rem;
margin-right: 1rem;
}