UNPKG

react-static

Version:

A progressive static site generator for React

44 lines (37 loc) 570 B
body { font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: 300; font-size: 16px; margin: 0; padding: 0; } a { text-decoration: none; color: #108db8; font-weight: bold; } img { max-width: 100%; } nav { width: 100%; background: #108db8; } nav a { color: white; padding: 1rem; display: inline-block; } .content { padding: 1rem; } .image { width: 25%; min-width: 250px; height: auto; } .blog-post { display: flex; flex-direction: column; }