diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..5f4cee0 --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,20 @@ +--- +--- + +@import "{{ site.theme }}"; + +footer { + float: right; + position: static; + bottom: 50px; + width: 270px; + clear: both; +} + +#side-nav, .view { + line-height: 50%; +} + +header > h3 { +margin-bottom: 10px; +}