diff --git a/static/src/less/custom.less b/static/src/less/custom.less new file mode 100644 index 0000000000000000000000000000000000000000..e4e43ceabe34a4637d1b510f8b69f87c785653d1 --- /dev/null +++ b/static/src/less/custom.less @@ -0,0 +1,29 @@ +body { + padding-top: 50px; + position: relative; +} +section { + padding: 20px 0px; +} +.modal form { + margin-bottom: 0px; +} +footer { + padding-bottom: 20px; +} +p.login-signup { + margin-top: 20px; +} + +.feature-columns { + .make-row(); + + > div { + i.fa { + margin-bottom: 0.2em; + } + .make-sm-column(4); + .text-center; + margin: 2em 0; + } +}