diff options
author | Jordi Bares <jordibares@hotmail.com> | 2019-03-31 22:48:17 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 22:31:24 +0200 |
commit | 45271b5298d4a5dd91df97a1d3f3c726bd9398bc (patch) | |
tree | c703c7c5567fa4343e203a2bebf2ba60e87f5ea9 /static/custom.css | |
parent | 941ca77a327f595e50e0cd22d35e984afb29530d (diff) |
Add footer functionality
Diffstat (limited to 'static/custom.css')
-rw-r--r-- | static/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/custom.css b/static/custom.css new file mode 100644 index 0000000..1ada68e --- /dev/null +++ b/static/custom.css @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +p { + margin: 0.67em 0; +} |