Files
.dependabot
.github
.storybook
cypress
dev-test
backends
Photo 1-lobby_FS.jpg
config.yml
example.css
index.html
moby-dick.jpg
nf-logo.png
functions
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc.js
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
commitlint.config.js
cypress.json
jest.config.js
lerna.json
netlify.toml
package.json
renovate.json
setupTestFramework.js
tsconfig.json
yarn.lock
static-cms/dev-test/example.css

22 lines
250 B
CSS
Raw Normal View History

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