From 987422d45499696f81f602497a59e0ff357d33f1 Mon Sep 17 00:00:00 2001 From: hanemile Date: Mon, 28 Jan 2019 23:22:51 +0100 Subject: created a simple frontpage --- css/small-business.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 css/small-business.css (limited to 'css/small-business.css') diff --git a/css/small-business.css b/css/small-business.css new file mode 100644 index 0000000..fbc36c8 --- /dev/null +++ b/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; + } +} -- cgit 1.4.1