diff options
author | hanemile <hanemile@protonmail.com> | 2019-01-28 23:42:43 +0100 |
---|---|---|
committer | hanemile <hanemile@protonmail.com> | 2019-01-28 23:42:43 +0100 |
commit | b8bc6b63c4b359af24dcfca71a160c279bba82d0 (patch) | |
tree | 744d980e5d338b175b74186f8fd75be184aa31ba /src/css | |
parent | 509d56e59b32c2d097b5dc6538a139c1da28ba90 (diff) |
Added missing files
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/small-business.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/css/small-business.css b/src/css/small-business.css new file mode 100644 index 0000000..fbc36c8 --- /dev/null +++ b/src/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; + } +} |