netlify-cms-react-starter/src/components/Nav.css
2018-06-01 15:35:14 +10:00

16 lines
189 B
CSS

.Nav {
background: white;
position: sticky;
top: 0;
z-index: 1;
}
.Nav--Container {
display: flex;
align-items: center;
height: 6rem;
}
.Nav .Logo {
margin-right: 3rem;
}