diff options
author | hanemile <hanemile@protonmail.com> | 2019-01-28 23:22:51 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2019-01-28 23:22:51 +0100 |
commit | 987422d45499696f81f602497a59e0ff357d33f1 (patch) | |
tree | c618468c583e11e781612a0e549adf22e281fe02 /css | |
parent | f4cc1f126b6f5a62540156fa6aade2e03561d2f7 (diff) |
created a simple frontpage
Diffstat (limited to 'css')
-rw-r--r-- | css/small-business.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; + } +} |