about summary refs log tree commit diff stats
path: root/html/story-teller/styles.css
blob: 51852ba9681c3a2516867df69f9961d3f1aba5fc (plain) (blame)
1
2
3
4
5
6
7
8
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
    margin: 0 auto;
    display: block;
    padding: 0;
    max-width: 42em;
}