Bigger margin for readability
This commit is contained in:
parent
c73e553d02
commit
b30a42bebe
|
@ -0,0 +1,3 @@
|
||||||
|
h1, h2, h3 {
|
||||||
|
margin-top: 77px;
|
||||||
|
}
|
|
@ -5,5 +5,7 @@ repo_url: https://github.com/drivendata/cookiecutter-data-science
|
||||||
copyright: Project maintained by the friendly folks at <a target=_blanks href="https://www.drivendata.org">DrivenData</a>.
|
copyright: Project maintained by the friendly folks at <a target=_blanks href="https://www.drivendata.org">DrivenData</a>.
|
||||||
google_analytics: ['UA-54096005-4', 'drivendata.github.io/cookiecutter-data-science/']
|
google_analytics: ['UA-54096005-4', 'drivendata.github.io/cookiecutter-data-science/']
|
||||||
theme: cinder
|
theme: cinder
|
||||||
|
extra_css:
|
||||||
|
- css/extra.css
|
||||||
pages:
|
pages:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
|
|
Loading…
Reference in New Issue