about summary refs log tree commit diff
path: root/frontend/css/small-business.css
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-15 20:29:28 +0100
committerEmile <hanemile@protonmail.com>2019-03-15 20:29:28 +0100
commitf8cb2a4d3a5fdb56aeeeeb087afa939762637149 (patch)
tree249970605d6d04fa61da89abb94d68b507b8c467 /frontend/css/small-business.css
parentef0beb88ead85c024fbc271962d0ffb0ec1e1e19 (diff)
created a simple frontend for the db-controller backend
Diffstat (limited to 'frontend/css/small-business.css')
-rw-r--r--frontend/css/small-business.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/css/small-business.css b/frontend/css/small-business.css
new file mode 100644
index 0000000..fbc36c8
--- /dev/null
+++ b/frontend/css/small-business.css
@@ -0,0 +1,15 @@
+/*!
+ * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
+ * Copyright 2013-2017 Start Bootstrap
+ * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
+ */
+
+body {
+  padding-top: 54px;
+}
+
+@media (min-width: 992px) {
+  body {
+    padding-top: 56px;
+  }
+}