diff --git a/config.yaml b/config.yaml index ea039cc..62aca27 100755 --- a/config.yaml +++ b/config.yaml @@ -25,9 +25,11 @@ languages: title: Conventional Commits description: A specification for adding human and machine readable meaning to commit messages actions: - - label: Read the specs + - label: Quick Summary + url: '#summary' + - label: Full Specification url: '#specification' - - label: GitHub + - label: Contribute url: 'https://github.com/conventional-commits/conventionalcommits.org' versions: current: v1.0.0-beta.3 diff --git a/themes/conventional-commits/static/css/scss/layout/_welcome.scss b/themes/conventional-commits/static/css/scss/layout/_welcome.scss index b3a267b..74f8a37 100644 --- a/themes/conventional-commits/static/css/scss/layout/_welcome.scss +++ b/themes/conventional-commits/static/css/scss/layout/_welcome.scss @@ -36,6 +36,7 @@ &__actions { display: flex; margin-top: ($gap-lg * 3)/2; + flex-wrap: wrap; } &__action { @@ -45,7 +46,9 @@ color: $welcome-action-color; border: 1px solid $welcome-action-color; margin-right: $gap-md; + margin-bottom: $gap-md; transition: background-color .3s ease, color .3s ease; + min-width: fit-content; &:last-child { margin-right: 0; }