From 6b90d32417a6521639f49c40d3f685bc932ce656 Mon Sep 17 00:00:00 2001 From: Jeremy Foote Date: Thu, 1 Feb 2018 12:59:36 -0600 Subject: [PATCH] Adding margins to site. Created CSS file so others can make further improvements --- README.md | 2 ++ simple.css | 1 + 2 files changed, 3 insertions(+) create mode 100644 simple.css diff --git a/README.md b/README.md index f3a360e..e66af27 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ title: Software and data for "A Computational Analysis of Social Media Scholarsh output: html_document --- + + > **Authors:** [Jeremy Foote](http://jeremydfoote.com/), [Aaron Shaw](http://aaronshaw.org/), [Benjamin Mako Hill](https://mako.cc/academic/)
> **Archival copies of code and data:**
> **License:** see [COPYING file](COPYING): code is released under [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) or any later version; chapter is released as [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). diff --git a/simple.css b/simple.css new file mode 100644 index 0000000..e83e1d5 --- /dev/null +++ b/simple.css @@ -0,0 +1 @@ +body {margin: 0 15% auto 10%; padding: 0;} -- 2.39.2