static-cms/packages/demo/example.css
Daniel Lautzenheiser e7d67e84e9
Demo setup (#266)
2022-12-21 14:38:26 -05:00

22 lines
250 B
CSS

html,
body {
color: #444;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
padding: 20px;
}
h1 {
margin-top: 20px;
color: #666;
font-weight: bold;
font-size: 32px;
}
img {
max-width: 100%;
}