diff --git a/_config.yml b/_config.yml index 1db390d..907a719 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,7 @@ url: "http://httplug.io" twitter_username: httplug github_username: php-http github_reponame: httplug +exclude: [vendor] sass: sass_dir: assets/_sass diff --git a/assets/_sass/_style.scss b/assets/_sass/_style.scss index e92b2cf..28c4639 100644 --- a/assets/_sass/_style.scss +++ b/assets/_sass/_style.scss @@ -77,3 +77,7 @@ footer[role="contentinfo"] { margin-bottom: 30px; } } + +.third-party .row { + padding-bottom: 1rem; +} \ No newline at end of file diff --git a/index.html b/index.html index ed22bd9..acd180e 100644 --- a/index.html +++ b/index.html @@ -59,3 +59,72 @@
+ +
+